FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
ah.h File Reference
+ Include dependency graph for ah.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ah_header_t
 

Functions

typedef CLIB_PACKED (struct { ip4_header_t ip4;ah_header_t ah;}) ip4_and_ah_header_t
 
typedef CLIB_PACKED (struct { ip6_header_t ip6;ah_header_t ah;}) ip6_and_ah_header_t
 
static u8 ah_calc_icv_padding_len (u8 icv_size, int is_ipv6)
 

Function Documentation

◆ ah_calc_icv_padding_len()

static u8 ah_calc_icv_padding_len ( u8  icv_size,
int  is_ipv6 
)
inlinestatic

Definition at line 47 of file ah.h.

+ Here is the caller graph for this function:

◆ CLIB_PACKED() [1/2]

typedef CLIB_PACKED ( struct { ip4_header_t ip4;ah_header_t ah;}  )

◆ CLIB_PACKED() [2/2]

typedef CLIB_PACKED ( struct { ip6_header_t ip6;ah_header_t ah;}  )