FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Data Fields | |
ip46_address_t | rmt_ip |
remote ip More... | |
ip46_address_t | lcl_ip |
local ip More... | |
u16 | rmt_port |
remote port (network order) More... | |
u16 | lcl_port |
local port (network order) More... | |
u8 | is_ip4 |
set if uses ip4 networking More... | |
Definition at line 228 of file application_interface.h.
u8 app_session_transport_::is_ip4 |
set if uses ip4 networking
Definition at line 234 of file application_interface.h.
ip46_address_t app_session_transport_::lcl_ip |
local ip
Definition at line 231 of file application_interface.h.
u16 app_session_transport_::lcl_port |
local port (network order)
Definition at line 233 of file application_interface.h.
ip46_address_t app_session_transport_::rmt_ip |
remote ip
Definition at line 230 of file application_interface.h.
u16 app_session_transport_::rmt_port |
remote port (network order)
Definition at line 232 of file application_interface.h.