Searched refs:msg_out (Results 1 – 9 of 9) sorted by relevance
| /dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 27 char *msg_out; member 70 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in conn_init() 76 (conn->msg_out == NULL)) { in conn_init() 143 free(conn->msg_out); in conn_free() 234 conn->msg_out[0] = 0; in data_event_handle() 237 conn->msg_out, in data_event_handle() 240 n = strlen(conn->msg_out); in data_event_handle() 243 conn->msg_out, in data_event_handle()
|
| H A D | conn.h | 21 char *msg_out,
|
| H A D | cli.c | 6688 char *msg_in = NULL, *msg_out = NULL; in cli_script_process() local 6699 msg_out = malloc(msg_out_len_max + 1); in cli_script_process() 6701 (msg_out == NULL)) { in cli_script_process() 6702 free(msg_out); in cli_script_process() 6710 free(msg_out); in cli_script_process() 6721 msg_out[0] = 0; in cli_script_process() 6724 msg_out, in cli_script_process() 6727 if (strlen(msg_out)) in cli_script_process() 6728 printf("%s", msg_out); in cli_script_process() 6733 free(msg_out); in cli_script_process()
|
| /dpdk/drivers/net/softnic/ |
| H A D | conn.c | 27 char *msg_out; member 71 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in softnic_conn_init() 77 conn->msg_out == NULL) { in softnic_conn_init() 145 free(conn->msg_out); in softnic_conn_free() 237 conn->msg_out[0] = 0; in data_event_handle() 240 conn->msg_out, in data_event_handle() 244 n = strlen(conn->msg_out); in data_event_handle() 247 conn->msg_out, in data_event_handle()
|
| H A D | conn.h | 21 char *msg_out,
|
| H A D | rte_eth_softnic_cli.c | 6409 char *msg_in = NULL, *msg_out = NULL; in softnic_cli_script_process() local 6420 msg_out = malloc(msg_out_len_max + 1); in softnic_cli_script_process() 6422 msg_out == NULL) { in softnic_cli_script_process() 6423 free(msg_out); in softnic_cli_script_process() 6431 free(msg_out); in softnic_cli_script_process() 6442 msg_out[0] = 0; in softnic_cli_script_process() 6445 msg_out, in softnic_cli_script_process() 6449 if (strlen(msg_out)) in softnic_cli_script_process() 6450 printf("%s", msg_out); in softnic_cli_script_process() 6455 free(msg_out); in softnic_cli_script_process()
|
| /dpdk/examples/pipeline/ |
| H A D | conn.c | 27 char *msg_out; member 71 conn->msg_out = calloc(1, p->msg_out_len_max + 1); in conn_init() 77 (conn->msg_out == NULL)) { in conn_init() 145 free(conn->msg_out); in conn_free() 236 conn->msg_out[0] = 0; in data_event_handle() 239 conn->msg_out, in data_event_handle() 243 n = strlen(conn->msg_out); in data_event_handle() 246 conn->msg_out, in data_event_handle()
|
| H A D | conn.h | 22 char *msg_out,
|
| H A D | cli.c | 3340 char *msg_in = NULL, *msg_out = NULL; in cli_script_process() local 3351 msg_out = malloc(msg_out_len_max + 1); in cli_script_process() 3353 (msg_out == NULL)) { in cli_script_process() 3354 free(msg_out); in cli_script_process() 3362 free(msg_out); in cli_script_process() 3373 msg_out[0] = 0; in cli_script_process() 3376 msg_out, in cli_script_process() 3380 if (strlen(msg_out)) in cli_script_process() 3381 printf("%s", msg_out); in cli_script_process() 3386 free(msg_out); in cli_script_process()
|