Go to the source code of this file.
|
static_fn int | memif_msg_send (int fd, memif_msg_t *msg, int afd) |
|
static_fn int | memif_msg_enq_ack (memif_connection_t *c) |
|
static_fn int | memif_msg_send_hello (int fd) |
|
static_fn int | memif_msg_enq_init (memif_connection_t *c) |
|
static_fn int | memif_msg_enq_add_region (memif_connection_t *c, uint8_t region_index) |
|
static_fn int | memif_msg_enq_add_ring (memif_connection_t *c, uint8_t index, uint8_t dir) |
|
static_fn int | memif_msg_enq_connect (memif_connection_t *c) |
|
static_fn int | memif_msg_enq_connected (memif_connection_t *c) |
|
int | memif_msg_send_disconnect (int fd, uint8_t *err_string, uint32_t err_code) |
|
static_fn int | memif_msg_receive_hello (memif_connection_t *c, memif_msg_t *msg) |
|
static_fn int | memif_msg_receive_init (memif_socket_t *ms, int fd, memif_msg_t *msg) |
|
static_fn int | memif_msg_receive_add_region (memif_connection_t *c, memif_msg_t *msg, int fd) |
|
static_fn int | memif_msg_receive_add_ring (memif_connection_t *c, memif_msg_t *msg, int fd) |
|
static_fn int | memif_msg_receive_connect (memif_connection_t *c, memif_msg_t *msg) |
|
static_fn int | memif_msg_receive_connected (memif_connection_t *c, memif_msg_t *msg) |
|
static_fn int | memif_msg_receive_disconnect (memif_connection_t *c, memif_msg_t *msg) |
|
static_fn int | memif_msg_receive (int ifd) |
|
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_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_read_ready |
( |
int |
fd | ) |
|