FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vl_api_bind_uri_t Struct Reference

Bind to a given URI. More...

Data Fields

u32 client_index
 
u32 context
 
u32 accept_cookie
 
u32 initial_segment_size
 
u8 uri [128]
 
u64 options [16]
 

Detailed Description

Bind to a given URI.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
accept_cookie- sender accept cookie, to identify this bind flavor
uri- a URI, e.g. "tcp://0.0.0.0/0/80" [ipv4] "tcp://::/0/80" [ipv6] etc.
options- socket options, fifo sizes, etc.

Definition at line 24 of file session.api.

Field Documentation

u32 vl_api_bind_uri_t::accept_cookie

Definition at line 27 of file session.api.

u32 vl_api_bind_uri_t::client_index

Definition at line 25 of file session.api.

u32 vl_api_bind_uri_t::context

Definition at line 26 of file session.api.

u32 vl_api_bind_uri_t::initial_segment_size

Definition at line 28 of file session.api.

u64 vl_api_bind_uri_t::options[16]

Definition at line 30 of file session.api.

u8 vl_api_bind_uri_t::uri[128]

Definition at line 29 of file session.api.


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