FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_bind_sock_t Struct Reference

Bind to an ip:port pair for a given transport protocol

WILL BE DEPRECATED POST 20.01

More...

Data Fields

u32 client_index
 
u32 context
 
u32 wrk_index
 
u32 vrf
 
u8 is_ip4
 
u8 ip [16]
 
u16 port
 
u8 proto
 
u64 options [16]
 

Detailed Description

Bind to an ip:port pair for a given transport protocol

WILL BE DEPRECATED POST 20.01

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
wrk_index- index of worker requesting the bind
vrf- bind namespace
is_ip4- flag that is 1 if ip address family is IPv4
ip- ip address
port- port
proto- protocol 0 - TCP 1 - UDP
options- socket options, fifo sizes, etc.

Definition at line 310 of file session.api.

Field Documentation

◆ client_index

u32 vl_api_bind_sock_t::client_index

Definition at line 311 of file session.api.

◆ context

u32 vl_api_bind_sock_t::context

Definition at line 312 of file session.api.

◆ ip

u8 vl_api_bind_sock_t::ip[16]

Definition at line 316 of file session.api.

◆ is_ip4

u8 vl_api_bind_sock_t::is_ip4

Definition at line 315 of file session.api.

◆ options

u64 vl_api_bind_sock_t::options[16]

Definition at line 319 of file session.api.

◆ port

u16 vl_api_bind_sock_t::port

Definition at line 317 of file session.api.

◆ proto

u8 vl_api_bind_sock_t::proto

Definition at line 318 of file session.api.

◆ vrf

u32 vl_api_bind_sock_t::vrf

Definition at line 314 of file session.api.

◆ wrk_index

u32 vl_api_bind_sock_t::wrk_index

Definition at line 313 of file session.api.


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