FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
Connect to a remote peer. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | vrf |
u8 | is_ip4 |
u8 | ip [16] |
u16 | port |
u8 | proto |
u64 | client_queue_address |
u64 | options [16] |
Connect to a remote peer.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
app_connect | - application connection id to be returned in reply |
vrf | - connection namespace |
is_ip4 | - flag that is 1 if ip address family is IPv4 |
ip | - ip address |
port | - port |
proto | - protocol 0 - TCP 1 - UDP |
client_queue_address | - client's API queue address. Non-zero when used to perform redirects |
options | - socket options, fifo sizes, etc. when doing redirects |
Definition at line 251 of file session.api.
u32 vl_api_connect_sock_t::client_index |
Definition at line 252 of file session.api.
u64 vl_api_connect_sock_t::client_queue_address |
Definition at line 259 of file session.api.
u32 vl_api_connect_sock_t::context |
Definition at line 253 of file session.api.
u8 vl_api_connect_sock_t::ip[16] |
Definition at line 256 of file session.api.
u8 vl_api_connect_sock_t::is_ip4 |
Definition at line 255 of file session.api.
u64 vl_api_connect_sock_t::options[16] |
Definition at line 260 of file session.api.
u16 vl_api_connect_sock_t::port |
Definition at line 257 of file session.api.
u8 vl_api_connect_sock_t::proto |
Definition at line 258 of file session.api.
u32 vl_api_connect_sock_t::vrf |
Definition at line 254 of file session.api.