Searched refs:MSG_DONTWAIT (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 198 MSG_DONTWAIT = 0x80, /* This message should be nonblocking. */ enumerator 199 #define MSG_DONTWAIT MSG_DONTWAIT macro
|
/glibc-2.36/bits/ |
D | socket.h | 194 MSG_DONTWAIT = 0x80, /* This message should be nonblocking. */ enumerator 195 #define MSG_DONTWAIT MSG_DONTWAIT macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket.h | 224 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */ enumerator 225 #define MSG_DONTWAIT MSG_DONTWAIT macro
|
/glibc-2.36/support/ |
D | tst-support-namespace.c | 82 TEST_VERIFY (recv (sockets[i], &buf, sizeof (buf), MSG_DONTWAIT) == -1); in test_localhost_bind()
|
/glibc-2.36/sunrpc/ |
D | clnt_udp.c | 463 (int) cu->cu_recvsz, MSG_DONTWAIT, in clntudp_call()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 1180 (MSG_EOR, MSG_TRUNC, MSG_CTRUNC, MSG_WAITALL, MSG_DONTWAIT,
|
D | ChangeLog.10 | 6821 MSG_DONTWAIT).
|