OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_TRUNC
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
platform.h
41
#undef
MSG_TRUNC
net.h
137
* If this system does not have
MSG_TRUNC
(as returned from recvmsg())
138
* ISC_PLATFORM_RECVOVERFLOW will be defined. This will enable the
MSG_TRUNC
141
#ifndef
MSG_TRUNC
/src/external/mpl/bind/dist/lib/isc/include/isc/
net.h
165
#ifndef
MSG_TRUNC
167
* If this system does not have
MSG_TRUNC
(as returned from recvmsg())
168
* ISC_PLATFORM_RECVOVERFLOW will be defined. This will enable the
MSG_TRUNC
172
#endif /* ifndef
MSG_TRUNC
*/
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
net.h
185
#ifndef
MSG_TRUNC
187
* If this system does not have
MSG_TRUNC
(as returned from recvmsg())
188
* ISC_PLATFORM_RECVOVERFLOW will be defined. This will enable the
MSG_TRUNC
192
#endif /* ifndef
MSG_TRUNC
*/
/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
net.h
233
#ifndef
MSG_TRUNC
235
* If this system does not have
MSG_TRUNC
(as returned from recvmsg())
236
* ISC_PLATFORM_RECVOVERFLOW will be defined. This will enable the
MSG_TRUNC
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
socket.d
130
MSG_TRUNC
527
MSG_TRUNC
= 0x20,
667
MSG_TRUNC
= 0x10,
826
MSG_TRUNC
= 0x10,
1000
MSG_TRUNC
= 0x0010, /* data discarded before delivery */
1171
MSG_TRUNC
= 0x010,
1320
MSG_TRUNC
= 0x00000010,
1506
MSG_TRUNC
= 0x20,
/src/external/bsd/libpcap/dist/
pcap-haiku.c
68
bytesReceived = recvfrom(handle->fd, buffer, handle->bufsize,
MSG_TRUNC
,
107
//
MSG_TRUNC
effect kicks in.
sockutils.c
1624
if (message.msg_flags &
MSG_TRUNC
)
pcap-linux.c
6092
while (recv(handle->fd, &drain, sizeof drain,
MSG_TRUNC
) >= 0)
/src/sys/rump/net/lib/libsockin/
sockin_user.c
191
{RUMP_MSG_TRUNC,
MSG_TRUNC
},
/src/sys/sys/
socket.h
495
#define
MSG_TRUNC
0x0010 /* data discarded before delivery */
/src/external/bsd/dhcpcd/dist/src/
logerr.c
421
msg.msg_flags &
MSG_TRUNC
) {
privsep-root.c
135
else if (msg.msg_flags &
MSG_TRUNC
)
/src/sys/dev/
kttcp.c
651
flags |=
MSG_TRUNC
;
/src/usr.sbin/sdpd/
server.c
454
if (msg.msg_flags &
MSG_TRUNC
)
/src/external/gpl3/gdb.old/dist/gdb/nat/
linux-namespaces.c
458
if (size < fixed_size || (msg.msg_flags & (
MSG_TRUNC
| MSG_CTRUNC)))
/src/external/gpl3/gdb/dist/gdb/nat/
linux-namespaces.c
468
if (size < fixed_size || (msg.msg_flags & (
MSG_TRUNC
| MSG_CTRUNC)))
/src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs.c
321
if ((read_len < 0 && errno == EINTR) || (msg.msg_flags &
MSG_TRUNC
))
348
if (read_size < 0 || (msg_flags &
MSG_TRUNC
)){
/src/external/mit/libuv/dist/src/unix/
udp.c
202
if (msgs[k].msg_hdr.msg_flags &
MSG_TRUNC
)
275
if (h.msg_flags &
MSG_TRUNC
)
/src/sys/compat/linux/common/
linux_socket.c
200
{
MSG_TRUNC
, LINUX_MSG_TRUNC},
/src/external/bsd/wpa/dist/src/radius/
radius_client.c
1194
if (msghdr.msg_flags &
MSG_TRUNC
) {
/src/sys/kern/
uipc_socket.c
1631
flags |=
MSG_TRUNC
;
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c
364
unsigned char overflow; /* used for
MSG_TRUNC
fake */
1114
#ifdef
MSG_TRUNC
1115
if ((msg->msg_flags &
MSG_TRUNC
) != 0) {
1118
#endif /* ifdef
MSG_TRUNC
*/
Completed in 35 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026