Searched refs:SAFE_SENDMSG (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/network/can/cve/ |
D | can_bcm01.c | 86 SAFE_SENDMSG(iov.iov_len, sock1, &msg, 0); in thread_run() 116 SAFE_SENDMSG(iov.iov_len, sock2, &msg, 0); in run()
|
/third_party/ltp/include/ |
D | tst_safe_net.h | 42 #define SAFE_SENDMSG(msg_len, fd, msg, flags) \ macro
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send02.c | 54 SAFE_SENDMSG(size, sock, &msg, flags); in do_sendmsg()
|
/third_party/ltp/lib/ |
D | tst_af_alg.c | 251 SAFE_SENDMSG(datalen, reqfd, &msg, 0); in tst_alg_sendmsg()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg01.c | 421 SAFE_SENDMSG(sizeof(MSG), fd, &mh, 0); in sender()
|
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 625 SAFE_SENDMSG(send_msg_len, inf.fd, &msg, send_flags); in server_fn()
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 50 * +SAFE_SENDMSG(size_t msg_len, ...)+
|
D | C-Test-Network-API.asciidoc | 50 * +SAFE_SENDMSG(size_t msg_len, ...)+
|