FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Bind to a given URI
Data Fields | |
u32 | client_index |
u32 | context |
u32 | accept_cookie |
u8 | uri [128] |
Bind to a given URI
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 231 of file session.api.
u32 vl_api_bind_uri_t::accept_cookie |
Definition at line 234 of file session.api.
u32 vl_api_bind_uri_t::client_index |
Definition at line 232 of file session.api.
u32 vl_api_bind_uri_t::context |
Definition at line 233 of file session.api.
u8 vl_api_bind_uri_t::uri[128] |
Definition at line 235 of file session.api.