Go to the source code of this file.
|
ip46_type_t | ip_address_decode (const struct _vl_api_address *in, ip46_address_t *out) |
|
void | ip_address_encode (const ip46_address_t *in, ip46_type_t type, struct _vl_api_address *out) |
|
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) |
|
void | ip_prefix_decode (const struct _vl_api_prefix *in, fib_prefix_t *out) |
|
void | ip_prefix_encode (const fib_prefix_t *in, struct _vl_api_prefix *out) |
|
void | ip_mprefix_decode (const struct _vl_api_mprefix *in, mfib_prefix_t *out) |
|
void | ip_mprefix_encode (const mfib_prefix_t *in, struct _vl_api_mprefix *out) |
|
◆ vl_api_ip4_address_t
typedef u8 vl_api_ip4_address_t[4] |
◆ vl_api_ip6_address_t
typedef u8 vl_api_ip6_address_t[16] |
Conversion functions to/from (decode/encode) API types to VPP internal types.
Forward declarations so we need not #include the API definitions here
Definition at line 30 of file ip_types_api.h.
◆ ip4_address_decode()
◆ ip4_address_encode()
◆ ip6_address_decode()
◆ ip6_address_encode()
◆ ip_address_decode()
ip46_type_t ip_address_decode |
( |
const struct _vl_api_address * |
in, |
|
|
ip46_address_t * |
out |
|
) |
| |
◆ ip_address_encode()
void ip_address_encode |
( |
const ip46_address_t * |
in, |
|
|
ip46_type_t |
type, |
|
|
struct _vl_api_address * |
out |
|
) |
| |
◆ ip_mprefix_decode()
void ip_mprefix_decode |
( |
const struct _vl_api_mprefix * |
in, |
|
|
mfib_prefix_t * |
out |
|
) |
| |
◆ ip_mprefix_encode()
void ip_mprefix_encode |
( |
const mfib_prefix_t * |
in, |
|
|
struct _vl_api_mprefix * |
out |
|
) |
| |
◆ ip_prefix_decode()
void ip_prefix_decode |
( |
const struct _vl_api_prefix * |
in, |
|
|
fib_prefix_t * |
out |
|
) |
| |
◆ ip_prefix_encode()
void ip_prefix_encode |
( |
const fib_prefix_t * |
in, |
|
|
struct _vl_api_prefix * |
out |
|
) |
| |