Searched defs:snd_buf (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
D | msgget01.c | 29 } rcv_buf, snd_buf = {MSGTYPE, "hello, world"}; variable
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv08.c | 38 } rcv_buf, snd_buf = {121, "hello"}; variable
|
D | msgrcv01.c | 20 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; variable
|
D | msgrcv03.c | 38 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; variable
|
D | msgrcv02.c | 43 } rcv_buf, snd_buf = {2, "hello"}; variable
|
D | msgrcv07.c | 45 } rcv_buf, snd_buf[2] = { variable
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd06.c | 27 } snd_buf = {1, "hello"}; variable
|
D | msgsnd01.c | 26 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; variable
|
D | msgsnd05.c | 30 } snd_buf = {1, "hello"}; variable
|
D | msgsnd02.c | 40 } snd_buf[] = { variable
|
/third_party/lwip/test/unit/api/ |
D | test_sockets.c | 289 u8_t * snd_buf; in test_sockets_msgapi_tcp() local 483 u8_t snd_buf[4] = {0xDE, 0xAD, 0xBE, 0xEF}; in test_sockets_msgapi_udp() local 558 u8_t snd_buf[4] = {0xDE, 0xAD, 0xBE, 0xEF}; in test_sockets_msgapi_cmsg() local
|
/third_party/lwip/src/include/lwip/ |
D | tcp.h | 326 tcpwnd_size_t snd_buf; /* Available buffer space for sending (in bytes). */ member
|
/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 1228 u16_t snd_buf = altcp_sndbuf(pcb); in smtp_send_body() local
|