Home
last modified time | relevance | path

Searched defs:snd_buf (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/
Dmsgget01.c29 } rcv_buf, snd_buf = {MSGTYPE, "hello, world"}; variable
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv08.c38 } rcv_buf, snd_buf = {121, "hello"}; variable
Dmsgrcv01.c20 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; variable
Dmsgrcv03.c38 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; variable
Dmsgrcv02.c43 } rcv_buf, snd_buf = {2, "hello"}; variable
Dmsgrcv07.c45 } rcv_buf, snd_buf[2] = { variable
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd06.c27 } snd_buf = {1, "hello"}; variable
Dmsgsnd01.c26 } rcv_buf, snd_buf = {MSGTYPE, "hello"}; variable
Dmsgsnd05.c30 } snd_buf = {1, "hello"}; variable
Dmsgsnd02.c40 } snd_buf[] = { variable
/third_party/lwip/test/unit/api/
Dtest_sockets.c289 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/
Dtcp.h326 tcpwnd_size_t snd_buf; /* Available buffer space for sending (in bytes). */ member
/third_party/lwip/src/apps/smtp/
Dsmtp.c1228 u16_t snd_buf = altcp_sndbuf(pcb); in smtp_send_body() local