Home
last modified time | relevance | path

Searched refs:MSG_TRUNC (Results 1 – 13 of 13) sorted by relevance

/openbsd/regress/sys/kern/pledge/filedescriptor/
H A Dpass.c85 if ((msg.msg_flags & MSG_TRUNC) || (msg.msg_flags & MSG_CTRUNC)) in fdops()
90 if ((msg.msg_flags & MSG_TRUNC) || (msg.msg_flags & MSG_CTRUNC)) in fdops()
/openbsd/regress/usr.sbin/ospfd/
H A DPassFd.xs77 if ((msg.msg_flags & MSG_TRUNC) || (msg.msg_flags & MSG_CTRUNC)) {
/openbsd/regress/sys/kern/pledge/sendrecvfd/
H A Dsendrecvfd.c78 if ((msg.msg_flags & MSG_TRUNC) || (msg.msg_flags & MSG_CTRUNC)) in do_receiver()
/openbsd/sys/sys/
H A Dsocket.h504 #define MSG_TRUNC 0x10 /* data discarded before delivery */ macro
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL199 MSG_MCAST MSG_NOSIGNAL MSG_RST MSG_SYN MSG_TRUNC MSG_URG MSG_WAITALL
/openbsd/usr.bin/sndiod/
H A Dfdpass.c192 if (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC)) { in fdpass_recv()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL57 MSG_TRUNC MSG_WAITALL NAME_MAX NCCS NGROUPS_MAX NOFLSH OPEN_MAX OPOST
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t137 MSG_TRUNC MSG_WAITALL
/openbsd/usr.sbin/ntpd/
H A Dclient.c309 if (somsg.msg_flags & MSG_TRUNC) { in client_dispatch()
/openbsd/lib/libc/gen/
H A Dauth_subr.c1014 else if (msg.msg_flags & MSG_TRUNC) in _recv_fd()
/openbsd/usr.bin/dig/lib/isc/unix/
H A Dsocket.c419 if ((msg->msg_flags & MSG_TRUNC) == MSG_TRUNC) in process_cmsg()
/openbsd/sys/kern/
H A Duipc_socket.c1227 flags |= MSG_TRUNC; in soreceive()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5140delta.pod4300 The C<recv> function could crash when called with the MSG_TRUNC flag