FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
union | address_union |
Typedefs | |
typedef u8 | ip4_address[4] |
typedef u8 | ip6_address[16] |
Enumerations | |
enum | address_family { ADDRESS_IP4 = 0, ADDRESS_IP6 } |
Variables | |
typedef | address |
vl_api_address_union_t | un |
typedef | prefix |
u8 | address_length |
typedef | mprefix |
u16 | grp_address_length |
vl_api_address_union_t | grp_address |
vl_api_address_union_t | src_address |
typedef | ip6_prefix |
u8 | len |
typedef | ip4_prefix |
typedef u8 ip4_address[4] |
Definition at line 17 of file ip_types.api.
typedef u8 ip6_address[16] |
Definition at line 18 of file ip_types.api.
enum address_family |
Enumerator | |
---|---|
ADDRESS_IP4 | |
ADDRESS_IP6 |
Definition at line 20 of file ip_types.api.
typedef address |
Definition at line 30 of file ip_types.api.
u8 address_length |
Definition at line 37 of file ip_types.api.
vl_api_address_union_t grp_address |
Definition at line 43 of file ip_types.api.
u16 grp_address_length |
Definition at line 42 of file ip_types.api.
typedef ip4_prefix |
Definition at line 52 of file ip_types.api.
typedef ip6_prefix |
Definition at line 47 of file ip_types.api.
u8 len |
Definition at line 49 of file ip_types.api.
typedef mprefix |
Definition at line 40 of file ip_types.api.
typedef prefix |
Definition at line 35 of file ip_types.api.
vl_api_address_union_t src_address |
Definition at line 44 of file ip_types.api.
vl_api_address_union_t un |
Definition at line 32 of file ip_types.api.