Home
last modified time | relevance | path

Searched refs:SAFE_SEND (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt05.c80 SAFE_SEND(1, sock, buf, BUFSIZE, MSG_MORE); in run()
/third_party/ltp/testcases/lib/
Dtst_net_iface_prefix.c66 SAFE_SEND(1, sock, &msg, msg.nlhdr.nlmsg_len, 0); in read_iface_prefix()
/third_party/ltp/include/
Dtst_safe_net.h35 #define SAFE_SEND(strict, sockfd, buf, len, flags) \ macro
/third_party/ltp/testcases/network/netstress/
Dnetstress.c345 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/
Dsend02.c31 SAFE_SEND(1, sock, buf, size, flags); in do_send()
/third_party/ltp/doc/
Dnetwork-c-api.txt45 * +SAFE_SEND(char strict, ...)+