FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
typedef | CLIB_PACKED (struct { u8 vrrp_version_and_type;u8 vr_id;u8 priority;u8 n_addrs;u16 rsvd_and_max_adv_int;u16 checksum;}) vrrp_header_t |
typedef | CLIB_PACKED (struct { ip4_header_t ip4;vrrp_header_t vrrp;}) ip4_and_vrrp_header_t |
typedef | CLIB_PACKED (struct { ip6_header_t ip6;vrrp_header_t vrrp;}) ip6_and_vrrp_header_t |
static u16 | vrrp_adv_int_from_packet (vrrp_header_t *pkt) |
typedef CLIB_PACKED | ( | struct { u8 vrrp_version_and_type;u8 vr_id;u8 priority;u8 n_addrs;u16 rsvd_and_max_adv_int;u16 checksum;} | ) |
typedef CLIB_PACKED | ( | struct { ip4_header_t ip4;vrrp_header_t vrrp;} | ) |
typedef CLIB_PACKED | ( | struct { ip6_header_t ip6;vrrp_header_t vrrp;} | ) |
|
inlinestatic |