![]() |
FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Include dependency graph for main.c:Go to the source code of this file.
Data Structures | |
| struct | memif_connection_t |
Macros | |
| #define | APP_NAME "ICMP_Responder" |
| #define | IF_NAME "memif_connection" |
| #define | DBG(...) |
| #define | INFO(...) |
| #define | MAX_MEMIF_BUFS 256 |
Functions | |
| static void | print_memif_details () |
| int | on_connect (memif_conn_handle_t conn, void *private_ctx) |
| int | on_disconnect (memif_conn_handle_t conn, void *private_ctx) |
| int | icmpr_memif_delete () |
| void | print_help () |
| int | icmpr_buffer_alloc (long n, uint16_t qid) |
| int | icmpr_tx_burst (uint16_t qid) |
| int | icmpr_free () |
| void | icmpr_exit (int sig) |
| int | on_interrupt (memif_conn_handle_t conn, void *private_ctx, uint16_t qid) |
| int | icmpr_memif_create (int is_master) |
| int | main (int argc, char *argv[]) |
Variables | |
| memif_connection_t | memif_connection |
| int | epfd |
| #define INFO | ( | ... | ) |
| int icmpr_buffer_alloc | ( | long | n, |
| uint16_t | qid | ||
| ) |
| void icmpr_exit | ( | int | sig | ) |
| int icmpr_free | ( | ) |
| int icmpr_memif_create | ( | int | is_master | ) |
| int icmpr_memif_delete | ( | ) |
| int icmpr_tx_burst | ( | uint16_t | qid | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int on_connect | ( | memif_conn_handle_t | conn, |
| void * | private_ctx | ||
| ) |
| int on_disconnect | ( | memif_conn_handle_t | conn, |
| void * | private_ctx | ||
| ) |
| int on_interrupt | ( | memif_conn_handle_t | conn, |
| void * | private_ctx, | ||
| uint16_t | qid | ||
| ) |
| void print_help | ( | ) |
|
static |