FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | ip_protocol(n, s) |
#define | ip_protocol(n, s) |
Functions | |
int | ip_address_family_decode (vl_api_address_family_t af, ip_address_family_t *out) |
Conversion functions to/from (decode/encode) API types to VPP internal types. More... | |
vl_api_address_family_t | ip_address_family_encode (ip_address_family_t af) |
int | ip_proto_decode (vl_api_ip_proto_t ipp, ip_protocol_t *out) |
vl_api_ip_proto_t | ip_proto_encode (ip_protocol_t ipp) |
ip_dscp_t | ip_dscp_decode (vl_api_ip_dscp_t in) |
vl_api_ip_dscp_t | ip_dscp_encode (ip_dscp_t dscp) |
int | ip_feature_location_decode (vl_api_ip_feature_location_t loc, ip_feature_location_t *out) |
vl_api_ip_feature_location_t | ip_feature_location_encode (ip_feature_location_t loc) |
void | ip6_address_encode (const ip6_address_t *in, vl_api_ip6_address_t out) |
void | ip6_address_decode (const vl_api_ip6_address_t in, ip6_address_t *out) |
void | ip4_address_encode (const ip4_address_t *in, vl_api_ip4_address_t out) |
void | ip4_address_decode (const vl_api_ip4_address_t in, ip4_address_t *out) |
static ip46_type_t | ip_address_union_decode (const vl_api_address_union_t *in, vl_api_address_family_t af, ip46_address_t *out) |
ip46_type_t | ip_address_decode (const vl_api_address_t *in, ip46_address_t *out) |
Decode/Encode for struct/union types. More... | |
void | ip_address_decode2 (const vl_api_address_t *in, ip_address_t *out) |
static void | ip_address_union_encode (const ip46_address_t *in, vl_api_address_family_t af, vl_api_address_union_t *out) |
void | ip_address_encode (const ip46_address_t *in, ip46_type_t type, vl_api_address_t *out) |
void | ip_address_encode2 (const ip_address_t *in, vl_api_address_t *out) |
void | ip_prefix_decode (const vl_api_prefix_t *in, fib_prefix_t *out) |
int | ip_prefix_decode2 (const vl_api_prefix_t *in, ip_prefix_t *out) |
void | ip_prefix_encode (const fib_prefix_t *in, vl_api_prefix_t *out) |
void | ip_prefix_encode2 (const ip_prefix_t *in, vl_api_prefix_t *out) |
void | ip_mprefix_encode (const mfib_prefix_t *in, vl_api_mprefix_t *out) |
void | ip_mprefix_decode (const vl_api_mprefix_t *in, mfib_prefix_t *out) |
#define ip_protocol | ( | n, | |
s | |||
) |
#define ip_protocol | ( | n, | |
s | |||
) |
void ip4_address_decode | ( | const vl_api_ip4_address_t | in, |
ip4_address_t * | out | ||
) |
void ip4_address_encode | ( | const ip4_address_t * | in, |
vl_api_ip4_address_t | out | ||
) |
void ip6_address_decode | ( | const vl_api_ip6_address_t | in, |
ip6_address_t * | out | ||
) |
void ip6_address_encode | ( | const ip6_address_t * | in, |
vl_api_ip6_address_t | out | ||
) |
ip46_type_t ip_address_decode | ( | const vl_api_address_t * | in, |
ip46_address_t * | out | ||
) |
Decode/Encode for struct/union types.
Definition at line 172 of file ip_types_api.c.
void ip_address_decode2 | ( | const vl_api_address_t * | in, |
ip_address_t * | out | ||
) |
Definition at line 178 of file ip_types_api.c.
void ip_address_encode | ( | const ip46_address_t * | in, |
ip46_type_t | type, | ||
vl_api_address_t * | out | ||
) |
Definition at line 206 of file ip_types_api.c.
void ip_address_encode2 | ( | const ip_address_t * | in, |
vl_api_address_t * | out | ||
) |
Definition at line 228 of file ip_types_api.c.
int ip_address_family_decode | ( | vl_api_address_family_t | af, |
ip_address_family_t * | out | ||
) |
Conversion functions to/from (decode/encode) API types to VPP internal types.
These enum decode/encodes use 'int' as the type for the enum because one cannot forward declare an enum
Definition at line 20 of file ip_types_api.c.
vl_api_address_family_t ip_address_family_encode | ( | ip_address_family_t | af | ) |
|
static |
Definition at line 147 of file ip_types_api.c.
|
static |
Definition at line 195 of file ip_types_api.c.
ip_dscp_t ip_dscp_decode | ( | vl_api_ip_dscp_t | in | ) |
vl_api_ip_dscp_t ip_dscp_encode | ( | ip_dscp_t | dscp | ) |
int ip_feature_location_decode | ( | vl_api_ip_feature_location_t | loc, |
ip_feature_location_t * | out | ||
) |
Definition at line 97 of file ip_types_api.c.
vl_api_ip_feature_location_t ip_feature_location_encode | ( | ip_feature_location_t | loc | ) |
Definition at line 116 of file ip_types_api.c.
void ip_mprefix_decode | ( | const vl_api_mprefix_t * | in, |
mfib_prefix_t * | out | ||
) |
Definition at line 314 of file ip_types_api.c.
void ip_mprefix_encode | ( | const mfib_prefix_t * | in, |
vl_api_mprefix_t * | out | ||
) |
Definition at line 304 of file ip_types_api.c.
void ip_prefix_decode | ( | const vl_api_prefix_t * | in, |
fib_prefix_t * | out | ||
) |
Definition at line 245 of file ip_types_api.c.
int ip_prefix_decode2 | ( | const vl_api_prefix_t * | in, |
ip_prefix_t * | out | ||
) |
Definition at line 262 of file ip_types_api.c.
void ip_prefix_encode | ( | const fib_prefix_t * | in, |
vl_api_prefix_t * | out | ||
) |
Definition at line 273 of file ip_types_api.c.
void ip_prefix_encode2 | ( | const ip_prefix_t * | in, |
vl_api_prefix_t * | out | ||
) |
Definition at line 297 of file ip_types_api.c.
int ip_proto_decode | ( | vl_api_ip_proto_t | ipp, |
ip_protocol_t * | out | ||
) |
vl_api_ip_proto_t ip_proto_encode | ( | ip_protocol_t | ipp | ) |