Searched refs:SAFE_SEND (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt05.c | 80 SAFE_SEND(1, sock, buf, BUFSIZE, MSG_MORE); in run()
|
/third_party/ltp/testcases/lib/ |
D | tst_net_iface_prefix.c | 66 SAFE_SEND(1, sock, &msg, msg.nlhdr.nlmsg_len, 0); in read_iface_prefix()
|
/third_party/ltp/include/ |
D | tst_safe_net.h | 35 #define SAFE_SEND(strict, sockfd, buf, len, flags) \ macro
|
/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 345 SAFE_SEND(1, cfd, msg, size, send_flags); in client_connect_send() 422 SAFE_SEND(1, inf.fd, client_msg, cln_len, send_flags); in client_fn() 610 SAFE_SEND(1, inf.fd, send_msg, send_msg_len, in server_fn()
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send02.c | 31 SAFE_SEND(1, sock, buf, size, flags); in do_send()
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 45 * +SAFE_SEND(char strict, ...)+
|