![]() |
FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
vpp->client, accept this session More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | accept_cookie |
| u64 | handle |
| u64 | server_rx_fifo |
| u64 | server_tx_fifo |
| u64 | vpp_event_queue_address |
vpp->client, accept this session
| context | - sender context, to match reply w/ request |
| accept_cookie | - tells client which bind flavor just occurred |
| handle | - session handle obtained through accept/connect |
| rx_fifo_address | - rx (vpp -> vpp-client) fifo address |
| tx_fifo_address | - tx (vpp-client -> vpp) fifo address |
| vpp_event_queue_address | - vpp's event queue address |
Definition at line 380 of file session.api.
| u32 vl_api_accept_sock_t::accept_cookie |
Definition at line 383 of file session.api.
| u32 vl_api_accept_sock_t::client_index |
Definition at line 381 of file session.api.
| u32 vl_api_accept_sock_t::context |
Definition at line 382 of file session.api.
| u64 vl_api_accept_sock_t::handle |
Definition at line 384 of file session.api.
| u64 vl_api_accept_sock_t::server_rx_fifo |
Definition at line 385 of file session.api.
| u64 vl_api_accept_sock_t::server_tx_fifo |
Definition at line 386 of file session.api.
| u64 vl_api_accept_sock_t::vpp_event_queue_address |
Definition at line 387 of file session.api.