FD.io VPP  v18.10-32-g1161dda
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

static u8 ah_calc_icv_padding_len ( u8  icv_size,
int  is_ipv6 
)
inlinestatic

Definition at line 53 of file ah.h.

+ Here is the caller graph for this function:

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