FD.io VPP
v19.08.3-2-gbabecb413
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 238 of file application_interface.h.
u8 app_session_transport_::is_ip4 |
set if uses ip4 networking
Definition at line 244 of file application_interface.h.
ip46_address_t app_session_transport_::lcl_ip |
local ip
Definition at line 241 of file application_interface.h.
u16 app_session_transport_::lcl_port |
local port (network order)
Definition at line 243 of file application_interface.h.
ip46_address_t app_session_transport_::rmt_ip |
remote ip
Definition at line 240 of file application_interface.h.
u16 app_session_transport_::rmt_port |
remote port (network order)
Definition at line 242 of file application_interface.h.