Searched refs:MSG_TRUNC (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | socket.h | 192 MSG_TRUNC = 0x10, /* Data discarded before delivery. */ enumerator 193 #define MSG_TRUNC MSG_TRUNC macro
|
/glibc-2.36/bits/ |
D | socket.h | 188 MSG_TRUNC = 0x10, /* Data discarded before delivery. */ enumerator 189 #define MSG_TRUNC MSG_TRUNC macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | socket.h | 222 MSG_TRUNC = 0x20, enumerator 223 #define MSG_TRUNC MSG_TRUNC macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | check_native.c | 130 if (msg.msg_flags & MSG_TRUNC) in __check_native()
|
D | check_pf.c | 175 if (msg.msg_flags & MSG_TRUNC) in make_request()
|
D | ifaddrs.c | 181 if (__glibc_unlikely (msg.msg_flags & MSG_TRUNC)) in __netlink_request()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | recvmsg.c | 146 message->msg_flags |= MSG_TRUNC; in __libc_recvmsg()
|
/glibc-2.36/conform/data/sys/ |
D | socket.h-data | 84 macro MSG_TRUNC
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 1180 (MSG_EOR, MSG_TRUNC, MSG_CTRUNC, MSG_WAITALL, MSG_DONTWAIT,
|
D | ChangeLog.17 | 12273 reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY 12352 a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
|
D | ChangeLog.10 | 6820 * sysdeps/unix/sysv/linux/bits/socket.h: Fix typo (MSG_TRUNC ->
|
D | ChangeLog.16 | 9797 __netlink_sendreq. If MSG_TRUNC is set after recvmsg, retry
|