FD.io VPP
v20.09-64-g4f7b92f0a
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 280 of file application_interface.h.
u8 app_session_transport_::is_ip4 |
set if uses ip4 networking
Definition at line 286 of file application_interface.h.
ip46_address_t app_session_transport_::lcl_ip |
local ip
Definition at line 283 of file application_interface.h.
u16 app_session_transport_::lcl_port |
local port (network order)
Definition at line 285 of file application_interface.h.
ip46_address_t app_session_transport_::rmt_ip |
remote ip
Definition at line 282 of file application_interface.h.
u16 app_session_transport_::rmt_port |
remote port (network order)
Definition at line 284 of file application_interface.h.