Searched refs:MSG_EOR (Results 1 – 4 of 4) sorted by relevance
298 send_byte(fd, 1, (i == MSG_EOR_IDX) ? MSG_EOR : 0); in test_seqpacket_msg_bounds_client()329 if ((i == MSG_EOR_IDX) ^ !!(msg.msg_flags & MSG_EOR)) { in test_seqpacket_msg_bounds_server()
298 #define MSG_EOR 0x80 /* End of record */ macro
315 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR); in test()
519 MSG_EOR); in misc()