Home
last modified time | relevance | path

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

/dragonfly/sbin/udevd/
H A Dudevd_socket.c90 n = recv(s, &sz, sizeof(sz), MSG_WAITALL); in read_xml()
97 n = recv(s, xml+r, sz-r, MSG_WAITALL); in read_xml()
H A Dtest_udevd.c604 n = recv(s, &sz, sizeof(sz), MSG_WAITALL); in read_xml()
610 n = recv(s, buf+r, sz-r, MSG_WAITALL); in read_xml()
/dragonfly/lib/libdevattr/
H A Ddevattr.c169 n = recv(s, &sz, sizeof(sz), MSG_WAITALL); in read_xml()
176 n = recv(s, xml+r, sz-r, MSG_WAITALL); in read_xml()
/dragonfly/test/udp/tos/
H A Dudp_tos.c122 n = recvmsg(s, &msg, MSG_WAITALL); in main()
/dragonfly/test/unix/passdesc/
H A Dpassdesc.c77 n = recvmsg(s, &msg, MSG_WAITALL); in test_recv_desc()
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Disc_soc.c341 flags = MSG_WAITALL; in so_getbhs()
479 flags = MSG_WAITALL; in so_recv()
/dragonfly/sys/sys/
H A Dsocket.h422 #define MSG_WAITALL 0x00000040 /* wait for full request or error */ macro
/dragonfly/sys/kern/
H A Duipc_socket.c1344 ((flags & MSG_WAITALL) && in soreceive()
1554 while ((flags & MSG_WAITALL) && m == NULL && in soreceive()
1700 ((flags & MSG_WAITALL) && resid <= (size_t)so->so_rcv.ssb_hiwat)))) { in sorecvtcp()
1884 if ((flags & MSG_WAITALL) && !(flags & MSG_PEEK) && in sorecvtcp()
/dragonfly/sys/netproto/smb/
H A Dsmb_trantcp.c347 rcvflg = MSG_WAITALL; in nbssn_recv()
/dragonfly/usr.sbin/ppp/libradius/
H A Dradlib.c687 MSGSIZE, MSG_WAITALL, (struct sockaddr *)&from, &fromlen); in rad_continue_send_request()
798 MSGSIZE, MSG_WAITALL, (struct sockaddr *)&from, &fromlen); in rad_receive_request()
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c624 rcvflg = MSG_WAITALL; in nfs_receive()
667 rcvflg = MSG_WAITALL; in nfs_receive()
/dragonfly/usr.sbin/ppp/
H A Dbundle.c1422 if ((got = recvmsg(s, &msg, MSG_WAITALL)) != (ssize_t)iov[0].iov_len) { in bundle_ReceiveDatalink()
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1664 rcvflg = MSG_WAITALL; in ng_btsocket_rfcomm_session_receive()