Go to the source code of this file.
|
| 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) |
| |
| 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_prefix_decode (const vl_api_prefix_t *in, fib_prefix_t *out) |
| |
| void | ip_prefix_encode (const fib_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) |
| |
| u8 * | format_vl_api_address (u8 *s, va_list *args) |
| |
| u8 * | format_vl_api_address_union (u8 *s, va_list *args) |
| |
| u8 * | format_vl_api_prefix (u8 *s, va_list *args) |
| |
| #define vl_endianfun /* define message structures */ |
| #define vl_typedefs /* define message structures */ |
| u8* format_vl_api_address |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
| u8* format_vl_api_address_union |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
| u8* format_vl_api_prefix |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
| ip46_type_t ip_address_decode |
( |
const vl_api_address_t * |
in, |
|
|
ip46_address_t * |
out |
|
) |
| |
| void ip_address_encode |
( |
const ip46_address_t * |
in, |
|
|
ip46_type_t |
type, |
|
|
vl_api_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 |
|
) |
| |
|
static |
| static void ip_address_union_encode |
( |
const ip46_address_t * |
in, |
|
|
vl_api_address_family_t |
af, |
|
|
vl_api_address_union_t * |
out |
|
) |
| |
|
static |
| void ip_mprefix_decode |
( |
const vl_api_mprefix_t * |
in, |
|
|
mfib_prefix_t * |
out |
|
) |
| |
| void ip_mprefix_encode |
( |
const mfib_prefix_t * |
in, |
|
|
vl_api_mprefix_t * |
out |
|
) |
| |
| void ip_prefix_decode |
( |
const vl_api_prefix_t * |
in, |
|
|
fib_prefix_t * |
out |
|
) |
| |
| void ip_prefix_encode |
( |
const fib_prefix_t * |
in, |
|
|
vl_api_prefix_t * |
out |
|
) |
| |