![]() |
FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | MEMIF_VER_ERR "incompatible version" |
| #define | MEMIF_ID_ERR "unmatched interface id" |
| #define | MEMIF_SLAVE_ERR "cannot connect to salve" |
| #define | MEMIF_CONN_ERR "already connected" |
| #define | MEMIF_MODE_ERR "mode mismatch" |
| #define | MEMIF_SECRET_ERR "incorrect secret" |
| #define | MEMIF_NOSECRET_ERR "secret required" |
| #define | static_fn static |
Functions | |
| int | memif_conn_fd_read_ready (memif_connection_t *c) |
| int | memif_conn_fd_write_ready (memif_connection_t *c) |
| int | memif_conn_fd_error (memif_connection_t *c) |
| int | memif_conn_fd_accept_ready (memif_socket_t *ms) |
| int | memif_read_ready (int fd) |
| int | memif_msg_send_disconnect (int fd, uint8_t *err_string, uint32_t err_code) |
| int memif_conn_fd_accept_ready | ( | memif_socket_t * | ms | ) |
| int memif_conn_fd_error | ( | memif_connection_t * | c | ) |
| int memif_conn_fd_read_ready | ( | memif_connection_t * | c | ) |
| int memif_conn_fd_write_ready | ( | memif_connection_t * | c | ) |
| int memif_msg_send_disconnect | ( | int | fd, |
| uint8_t * | err_string, | ||
| uint32_t | err_code | ||
| ) |