HomeSort by: relevance | last modified time | path
    Searched refs:MSG_WAITALL (Results 1 - 13 of 13) sorted by relevancy

  /src/sbin/iscsictl/
iscsic_main.c 407 ret = recv(sock, rsp, len, MSG_PEEK | MSG_WAITALL);
430 ret = recv(sock, rsp, len, MSG_WAITALL);
  /src/tests/lib/libc/sys/
t_recvmmsg.c 132 MSG_WAITALL, &ts);
  /src/sys/dev/iscsi/
iscsi_rcv.c 67 if (flags & MSG_WAITALL) {
68 flags &= ~MSG_WAITALL;
252 if (my_soo_read(conn, &pdu->pdu_uio, MSG_WAITALL) != 0) {
1224 if (my_soo_read(conn, &pdu->pdu_uio, MSG_WAITALL)) {
1236 if (my_soo_read(conn, &pdu->pdu_uio, MSG_WAITALL)) {
  /src/sbin/iscsid/
iscsid_main.c 590 MSG_WAITALL, (struct sockaddr *) &from,
615 ret = recvfrom(client_sock, req, len, MSG_WAITALL,
  /src/sys/dev/
kttcp.c 396 * 2. MSG_WAITALL is set, and it is possible to do the entire
399 * If MSG_WAITALL is set but resid is larger than the receive buffer,
406 ((flags & MSG_WAITALL) && resid <= so->so_rcv.sb_hiwat)) &&
611 * If the MSG_WAITALL flag is set (for non-atomic socket),
617 while (flags & MSG_WAITALL && m == NULL && resid > 0 &&
  /src/usr.sbin/ldpd/
socketops.c 679 c = recvmsg(sock, &msg, MSG_WAITALL);
943 rtmlen, MSG_WAITALL);
1139 ntohs(rpdu->length) + PDU_VER_LENGTH, MSG_WAITALL);
ldp_command.c 231 recv(cs->socket, recvspace, r, MSG_WAITALL);
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 193 {RUMP_MSG_WAITALL, MSG_WAITALL},
  /src/sys/sys/
socket.h 497 #define MSG_WAITALL 0x0040 /* wait for full request or error */
  /src/sys/nfs/
nfs_clntsocket.c 176 rcvflg = MSG_WAITALL;
225 rcvflg = MSG_WAITALL;
240 * NB: Since uio_resid is big, MSG_WAITALL is ignored
  /src/sys/kern/
uipc_socket.c 1229 * 2. MSG_WAITALL is set, and it is possible to do the entire
1232 * If MSG_WAITALL is set but resid is larger than the receive buffer,
1240 ((flags & MSG_WAITALL) &&
1588 * If the MSG_WAITALL flag is set (for non-atomic socket),
1594 while (flags & MSG_WAITALL && m == NULL && uio->uio_resid > 0 &&
  /src/lib/libradius/
radlib.c 569 MSG_WAITALL, (struct sockaddr *)(void *)&from, &fromlen);
  /src/sys/compat/linux/common/
linux_socket.c 202 {MSG_WAITALL, LINUX_MSG_WAITALL},

Completed in 22 milliseconds