FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
app_session_transport_ Struct Reference

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...
 

Detailed Description

Definition at line 238 of file application_interface.h.

Field Documentation

◆ is_ip4

u8 app_session_transport_::is_ip4

set if uses ip4 networking

Definition at line 244 of file application_interface.h.

◆ lcl_ip

ip46_address_t app_session_transport_::lcl_ip

local ip

Definition at line 241 of file application_interface.h.

◆ lcl_port

u16 app_session_transport_::lcl_port

local port (network order)

Definition at line 243 of file application_interface.h.

◆ rmt_ip

ip46_address_t app_session_transport_::rmt_ip

remote ip

Definition at line 240 of file application_interface.h.

◆ rmt_port

u16 app_session_transport_::rmt_port

remote port (network order)

Definition at line 242 of file application_interface.h.


The documentation for this struct was generated from the following file: