Home
last modified time | relevance | path

Searched refs:MSG_WAITALL (Results 1 – 9 of 9) sorted by relevance

/openbsd/regress/sys/kern/recvwait/
H A Dmcontrol-stream.c55 if ((n = recv(s[1], buf, sizeof(buf), MSG_WAITALL)) == -1) in main()
/openbsd/usr.bin/sndiod/
H A Dfdpass.c164 n = recvmsg(f->fd, &msg, MSG_WAITALL); in fdpass_recv()
174 n = recvmsg(f->fd, &msg, MSG_WAITALL); in fdpass_recv()
/openbsd/regress/lib/libc/sys/
H A Dt_recvmmsg.c132 MSG_WAITALL, &ts); in ATF_TC_BODY()
/openbsd/sys/sys/
H A Dsocket.h506 #define MSG_WAITALL 0x40 /* wait for full request or error */ 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/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/sys/nfs/
H A Dnfs_socket.c605 rcvflg = MSG_WAITALL; in nfs_receive()
650 rcvflg = MSG_WAITALL; in nfs_receive()
/openbsd/sys/kern/
H A Duipc_socket.c901 ((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) && in soreceive()
1183 while (flags & MSG_WAITALL && m == NULL && uio->uio_resid > 0 && in soreceive()