Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Socket/
DMakefile.PL22 MSG_TRUNC MSG_URG MSG_WAITALL MSG_WIRE
/mirbsd/src/sys/sys/
Dsocket.h361 #define MSG_WAITALL 0x40 /* wait for full request or error */ macro
/mirbsd/src/sys/miscfs/portal/
Dportal_vnops.c411 int flags = MSG_WAITALL;
/mirbsd/src/sys/kern/
Duipc_socket.c623 ((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) &&
874 while (flags & MSG_WAITALL && m == NULL && uio->uio_resid > 0 &&
/mirbsd/src/sys/nfs/
Dnfs_socket.c520 rcvflg = MSG_WAITALL;
564 rcvflg = MSG_WAITALL;
/mirbsd/src/usr.sbin/ppp/ppp/
Dradlib.c452 MSGSIZE, MSG_WAITALL, (struct sockaddr *)&from, &fromlen); in rad_continue_send_request()
Dbundle.c1424 if ((got = recvmsg(s, &msg, MSG_WAITALL)) != iov[0].iov_len) { in bundle_ReceiveDatalink()