Go to the source code of this file.
|
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) |
|
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) |
|
◆ ip_protocol [1/2]
Value:case IP_PROTOCOL_##s: \
*out = IP_PROTOCOL_##s; \
return (0);
◆ ip_protocol [2/2]
Value:case IP_PROTOCOL_##s: \
return ((vl_api_ip_proto_t) IP_PROTOCOL_##s);
◆ vl_endianfun
#define vl_endianfun /* define message structures */ |
◆ vl_print
◆ vl_printfun
◆ vl_typedefs
#define vl_typedefs /* define message structures */ |
◆ ip4_address_decode()
void ip4_address_decode |
( |
const vl_api_ip4_address_t |
in, |
|
|
ip4_address_t * |
out |
|
) |
| |
◆ ip4_address_encode()
void ip4_address_encode |
( |
const ip4_address_t * |
in, |
|
|
vl_api_ip4_address_t |
out |
|
) |
| |
◆ ip6_address_decode()
void ip6_address_decode |
( |
const vl_api_ip6_address_t |
in, |
|
|
ip6_address_t * |
out |
|
) |
| |
◆ ip6_address_encode()
void ip6_address_encode |
( |
const ip6_address_t * |
in, |
|
|
vl_api_ip6_address_t |
out |
|
) |
| |
◆ ip_address_decode()
ip46_type_t ip_address_decode |
( |
const vl_api_address_t * |
in, |
|
|
ip46_address_t * |
out |
|
) |
| |
◆ ip_address_decode2()
void ip_address_decode2 |
( |
const vl_api_address_t * |
in, |
|
|
ip_address_t * |
out |
|
) |
| |
◆ ip_address_encode()
void ip_address_encode |
( |
const ip46_address_t * |
in, |
|
|
ip46_type_t |
type, |
|
|
vl_api_address_t * |
out |
|
) |
| |
◆ ip_address_encode2()
void ip_address_encode2 |
( |
const ip_address_t * |
in, |
|
|
vl_api_address_t * |
out |
|
) |
| |
◆ ip_address_family_decode()
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 34 of file ip_types_api.c.
◆ ip_address_family_encode()
◆ ip_address_union_decode()
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 |
|
) |
| |
|
static |
◆ ip_address_union_encode()
static void ip_address_union_encode |
( |
const ip46_address_t * |
in, |
|
|
vl_api_address_family_t |
af, |
|
|
vl_api_address_union_t * |
out |
|
) |
| |
|
static |
◆ ip_dscp_decode()
ip_dscp_t ip_dscp_decode |
( |
vl_api_ip_dscp_t |
in | ) |
|
◆ ip_dscp_encode()
vl_api_ip_dscp_t ip_dscp_encode |
( |
ip_dscp_t |
dscp | ) |
|
◆ ip_mprefix_decode()
void ip_mprefix_decode |
( |
const vl_api_mprefix_t * |
in, |
|
|
mfib_prefix_t * |
out |
|
) |
| |
◆ ip_mprefix_encode()
void ip_mprefix_encode |
( |
const mfib_prefix_t * |
in, |
|
|
vl_api_mprefix_t * |
out |
|
) |
| |
◆ ip_prefix_decode()
void ip_prefix_decode |
( |
const vl_api_prefix_t * |
in, |
|
|
fib_prefix_t * |
out |
|
) |
| |
◆ ip_prefix_decode2()
int ip_prefix_decode2 |
( |
const vl_api_prefix_t * |
in, |
|
|
ip_prefix_t * |
out |
|
) |
| |
◆ ip_prefix_encode()
void ip_prefix_encode |
( |
const fib_prefix_t * |
in, |
|
|
vl_api_prefix_t * |
out |
|
) |
| |
◆ ip_prefix_encode2()
void ip_prefix_encode2 |
( |
const ip_prefix_t * |
in, |
|
|
vl_api_prefix_t * |
out |
|
) |
| |
◆ ip_proto_decode()
int ip_proto_decode |
( |
vl_api_ip_proto_t |
ipp, |
|
|
ip_protocol_t * |
out |
|
) |
| |
◆ ip_proto_encode()