Lines Matching refs:MSG_EOR
172 ssize = send(sv[0], sndbuf, pktsize, MSG_EOR); in test_eagain()
213 ssize = send(sv[0], sndbuf, pktsize, MSG_EOR); in test_sendrecv_symmetric_buffers()
261 ssize = send(sv[0], sndbuf, pktsize, MSG_EOR); in test_pipe_simulator()
320 ssize = send(td->so, sndbuf, td->pktsize, MSG_EOR); in test_pipe_writer()
731 ssize = send(sv[0], data, datalen, MSG_EOR); in ATF_TC_BODY()
775 ssize = sendto(sv[0], data, datalen, MSG_EOR, NULL, 0); in ATF_TC_BODY()
824 ssize = send(sv[0], data, datalen, MSG_EOR); in ATF_TC_BODY()
861 ssize = send(s2, data, datalen, MSG_EOR | MSG_NOSIGNAL); in ATF_TC_BODY()
891 (void)send(s2, data, datalen, MSG_EOR); in ATF_TC_BODY()
918 ssize = send(sv[0], data, datalen, MSG_EOR); in ATF_TC_BODY()
992 ssize = send(sv[0], sndbuf, pktsize, MSG_EOR); in ATF_TC_BODY()
1177 flags = MSG_EOR; in sending_thread()
1254 if (waitall && !(hdr.msg_flags & MSG_EOR)) in ATF_TC_BODY()
1259 ATF_REQUIRE_MSG(hdr.msg_flags & MSG_EOR, in ATF_TC_BODY()
1266 ATF_REQUIRE_MSG(!(hdr.msg_flags & MSG_EOR), in ATF_TC_BODY()
1275 (hdr.msg_flags & MSG_EOR) ? " EOR" : "", in ATF_TC_BODY()