Searched refs:msg_in (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 26 char *msg_in; member 69 conn->msg_in = calloc(1, p->msg_in_len_max + 1); in conn_init() 75 (conn->msg_in == NULL) || in conn_init() 144 free(conn->msg_in); in conn_free() 233 conn->msg_in[conn->msg_in_len] = 0; in data_event_handle() 236 conn->msg_handle(conn->msg_in, in data_event_handle() 251 conn->msg_in[conn->msg_in_len] = conn->buf[i]; in data_event_handle()
|
| H A D | conn.h | 20 typedef void (*conn_msg_handle_t)(char *msg_in,
|
| H A D | cli.c | 6697 char *msg_in = NULL, *msg_out = NULL; in cli_script_process() local 6707 msg_in = malloc(msg_in_len_max + 1); in cli_script_process() 6709 if ((msg_in == NULL) || in cli_script_process() 6712 free(msg_in); in cli_script_process() 6720 free(msg_in); in cli_script_process() 6726 if (fgets(msg_in, msg_in_len_max + 1, f) == NULL) in cli_script_process() 6729 printf("%s", msg_in); in cli_script_process() 6732 cli_process(msg_in, in cli_script_process() 6743 free(msg_in); in cli_script_process()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | conn.c | 26 char *msg_in; member 70 conn->msg_in = calloc(1, p->msg_in_len_max + 1); in softnic_conn_init() 76 conn->msg_in == NULL || in softnic_conn_init() 146 free(conn->msg_in); in softnic_conn_free() 235 conn->msg_in[conn->msg_in_len] = 0; in data_event_handle() 238 conn->msg_handle(conn->msg_in, in data_event_handle() 254 conn->msg_in[conn->msg_in_len] = conn->buf[i]; in data_event_handle()
|
| H A D | conn.h | 20 typedef void (*softnic_conn_msg_handle_t)(char *msg_in,
|
| H A D | rte_eth_softnic_cli.c | 6413 char *msg_in = NULL, *msg_out = NULL; in softnic_cli_script_process() local 6423 msg_in = malloc(msg_in_len_max + 1); in softnic_cli_script_process() 6425 if (msg_in == NULL || in softnic_cli_script_process() 6428 free(msg_in); in softnic_cli_script_process() 6436 free(msg_in); in softnic_cli_script_process() 6442 if (fgets(msg_in, msg_in_len_max + 1, f) == NULL) in softnic_cli_script_process() 6445 printf("%s", msg_in); in softnic_cli_script_process() 6448 softnic_cli_process(msg_in, in softnic_cli_script_process() 6460 free(msg_in); in softnic_cli_script_process()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | conn.c | 26 char *msg_in; member 70 conn->msg_in = calloc(1, p->msg_in_len_max + 1); in conn_init() 76 (conn->msg_in == NULL) || in conn_init() 146 free(conn->msg_in); in conn_free() 235 conn->msg_in[conn->msg_in_len] = 0; in data_event_handle() 238 conn->msg_handle(conn->msg_in, in data_event_handle() 254 conn->msg_in[conn->msg_in_len] = conn->buf[i]; in data_event_handle()
|
| H A D | cli.c | 1377 char *msg_in = NULL, *msg_out = NULL; in cli_script_process() local 1387 msg_in = malloc(msg_in_len_max + 1); in cli_script_process() 1389 if ((msg_in == NULL) || in cli_script_process() 1392 free(msg_in); in cli_script_process() 1400 free(msg_in); in cli_script_process() 1406 if (fgets(msg_in, msg_in_len_max + 1, f) == NULL) in cli_script_process() 1409 printf("%s", msg_in); in cli_script_process() 1412 cli_process(msg_in, in cli_script_process() 1424 free(msg_in); in cli_script_process()
|
| H A D | conn.h | 21 (*conn_msg_handle_t)(char *msg_in,
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_udma_regs_gen.h | 83 uint32_t msg_in; member
|