Home
last modified time | relevance | path

Searched refs:msg_out (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/examples/ip_pipeline/
H A Dconn.c27 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 Dconn.h21 char *msg_out,
H A Dcli.c6697 char *msg_in = NULL, *msg_out = NULL; in cli_script_process() local
6708 msg_out = malloc(msg_out_len_max + 1); in cli_script_process()
6710 (msg_out == NULL)) { in cli_script_process()
6711 free(msg_out); in cli_script_process()
6719 free(msg_out); in cli_script_process()
6730 msg_out[0] = 0; in cli_script_process()
6733 msg_out, in cli_script_process()
6736 if (strlen(msg_out)) in cli_script_process()
6737 printf("%s", msg_out); in cli_script_process()
6742 free(msg_out); in cli_script_process()
/f-stack/dpdk/drivers/net/softnic/
H A Dconn.c27 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()
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 Dconn.h21 char *msg_out,
H A Drte_eth_softnic_cli.c6413 char *msg_in = NULL, *msg_out = NULL; in softnic_cli_script_process() local
6424 msg_out = malloc(msg_out_len_max + 1); in softnic_cli_script_process()
6426 msg_out == NULL) { in softnic_cli_script_process()
6427 free(msg_out); in softnic_cli_script_process()
6435 free(msg_out); in softnic_cli_script_process()
6446 msg_out[0] = 0; in softnic_cli_script_process()
6449 msg_out, in softnic_cli_script_process()
6453 if (strlen(msg_out)) in softnic_cli_script_process()
6454 printf("%s", msg_out); in softnic_cli_script_process()
6459 free(msg_out); in softnic_cli_script_process()
/f-stack/dpdk/examples/pipeline/
H A Dconn.c27 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 Dcli.c1377 char *msg_in = NULL, *msg_out = NULL; in cli_script_process() local
1388 msg_out = malloc(msg_out_len_max + 1); in cli_script_process()
1390 (msg_out == NULL)) { in cli_script_process()
1391 free(msg_out); in cli_script_process()
1399 free(msg_out); in cli_script_process()
1410 msg_out[0] = 0; in cli_script_process()
1413 msg_out, in cli_script_process()
1417 if (strlen(msg_out)) in cli_script_process()
1418 printf("%s", msg_out); in cli_script_process()
1423 free(msg_out); in cli_script_process()
H A Dconn.h22 char *msg_out,
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_udma_regs_gen.h81 uint32_t msg_out; member
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh315 local msg_out