Searched refs:MSG_DONTWAIT (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c203 int flags = MSG_DONTWAIT;
264 flags = MSG_DONTWAIT;
412 int flags = MSG_DONTWAIT;
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c85 if ((flags & ~(MSG_DONTWAIT)) != 0) {
89 if (((flags & MSG_DONTWAIT) != 0 || (sock->so_state & SS_NBIO) != 0) &&
235 (flags & MSG_DONTWAIT) ? M_NOWAIT : M_WAITOK);
248 (flags & MSG_DONTWAIT) != 0)) {
255 ((sock->so_state & SS_NBIO) != 0 || (flags & MSG_DONTWAIT) != 0)) {
H A Duipc_socket.c1347 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? M_DONTWAIT : M_WAIT)
2047 * 3. MSG_DONTWAIT is not set
2052 if (m == 0 || (((flags & MSG_DONTWAIT) == 0 &&
2093 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
2510 if (flags & MSG_DONTWAIT)
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c301 error = sock_connect(so, mbuf_data(nam), MSG_DONTWAIT);
H A Dnfs_socket.c341 error = nfs_rpc_record_read(so, &nso->nso_rrs, MSG_DONTWAIT, &recv, &m);
344 error = sock_receivembuf(so, NULL, &m, MSG_DONTWAIT, &rcvlen);
770 error = sock_connect(nso->nso_so, nso->nso_saddr, MSG_DONTWAIT);
2179 ncbsp->ncbs_saddr.ss_len, MSG_DONTWAIT,
2261 error = nfs_rpc_record_read(so, &ncbsp->ncbs_rrs, MSG_DONTWAIT, &recv, &m);
3114 error = sock_receivembuf(so, NULL, &m, MSG_DONTWAIT, &rcvlen);
3161 error = nfs_rpc_record_read(so, &nrrs, MSG_DONTWAIT, &recv, &m);
3216 error = sock_send(nmp->nm_nso->nso_so, &msg, MSG_DONTWAIT, &len);
5608 error = sock_receivembuf(so, NULL, &mp, MSG_DONTWAIT, &bytes_read);
5654 error = sock_receivembuf(so, &msg, &mp, MSG_DONTWAIT | MSG_NEEDS
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h739 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro

Completed in 89 milliseconds