FD.io VPP
v20.01-48-g3e0dafb74
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 271 of file application_interface.h.
u8 app_session_transport_::is_ip4 |
set if uses ip4 networking
Definition at line 277 of file application_interface.h.
ip46_address_t app_session_transport_::lcl_ip |
local ip
Definition at line 274 of file application_interface.h.
u16 app_session_transport_::lcl_port |
local port (network order)
Definition at line 276 of file application_interface.h.
ip46_address_t app_session_transport_::rmt_ip |
remote ip
Definition at line 273 of file application_interface.h.
u16 app_session_transport_::rmt_port |
remote port (network order)
Definition at line 275 of file application_interface.h.