X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Ftransport.h;h=5592601983de834dcf5a3881d32846dd57ea1f3f;hb=57660d9df62756c5db1516be0dbb48505f996e82;hp=eb98032b1e48ad5fb1bddf2ccb8bdcfd56049dab;hpb=a2ffc6c2fee60a2289aa9aa549de8a88e4ca2d98;p=vpp.git diff --git a/src/vnet/session/transport.h b/src/vnet/session/transport.h index eb98032b1e4..5592601983d 100644 --- a/src/vnet/session/transport.h +++ b/src/vnet/session/transport.h @@ -239,6 +239,8 @@ int transport_alloc_local_port (u8 proto, ip46_address_t * ip); int transport_alloc_local_endpoint (u8 proto, transport_endpoint_cfg_t * rmt, ip46_address_t * lcl_addr, u16 * lcl_port); +void transport_share_local_endpoint (u8 proto, ip46_address_t * lcl_ip, + u16 port); void transport_endpoint_cleanup (u8 proto, ip46_address_t * lcl_ip, u16 port); void transport_enable_disable (vlib_main_t * vm, u8 is_en); void transport_init (void);