X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip_types_api.h;h=600fe09061360e4b8099e918a641c274377a203e;hb=3ec09e9243dceb78e7548725281b0da8eddf72b1;hp=2035dbab6ac85e49bf978dcce48384f7b4da6aa0;hpb=68449850783ed6a2570a864b2d12c79ff35c4072;p=vpp.git diff --git a/src/vnet/ip/ip_types_api.h b/src/vnet/ip/ip_types_api.h index 2035dbab6ac..600fe090613 100644 --- a/src/vnet/ip/ip_types_api.h +++ b/src/vnet/ip/ip_types_api.h @@ -42,12 +42,13 @@ extern u8 ip_dscp_encode (ip_dscp_t dscp); */ extern ip46_type_t ip_address_decode (const vl_api_address_t * in, ip46_address_t * out); -extern void ip_address_encode (const ip46_address_t * in, - ip46_type_t type, vl_api_address_t * out); extern void ip_address_decode2 (const vl_api_address_t * in, ip_address_t * out); +extern void ip_address_encode (const ip46_address_t * in, + ip46_type_t type, vl_api_address_t * out); extern void ip_address_encode2 (const ip_address_t * in, vl_api_address_t * out); + extern void ip6_address_encode (const ip6_address_t * in, vl_api_ip6_address_t out); extern void ip6_address_decode (const vl_api_ip6_address_t in, @@ -59,6 +60,8 @@ extern void ip4_address_decode (const vl_api_ip4_address_t in, extern void ip_prefix_decode (const vl_api_prefix_t * in, fib_prefix_t * out); extern void ip_prefix_encode (const fib_prefix_t * in, vl_api_prefix_t * out); +extern int ip_prefix_decode2 (const vl_api_prefix_t * in, ip_prefix_t * out); +extern void ip_prefix_encode2 (const ip_prefix_t * in, vl_api_prefix_t * out); extern void ip_mprefix_decode (const vl_api_mprefix_t * in, mfib_prefix_t * out);