Home
last modified time | relevance | path

Searched refs:MSG_OOB (Results 1 – 18 of 18) sorted by relevance

/NextBSD/libexec/rlogind/
HDrlogind.c348 send(f, oobdata, 1, MSG_OOB); /* indicate new rlogin */ in protocol()
392 send(f, &cntl, 1, MSG_OOB); in protocol()
450 send(f, &pibuf[0], 1, MSG_OOB); in protocol()
/NextBSD/contrib/telnet/telnet/
HDnetwork.c152 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
HDsys_bsd.c971 c = recv(net, netiring.supply, canread, MSG_OOB); in process_rings()
990 i = recv(net, netiring.supply + c, canread - c, MSG_OOB); in process_rings()
/NextBSD/crypto/heimdal/appl/telnet/telnet/
HDnetwork.c143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
HDsys_bsd.c877 c = recv(net, netiring.supply, canread, MSG_OOB); in process_rings()
896 i = recv(net, netiring.supply + c, canread - c, MSG_OOB); in process_rings()
/NextBSD/sys/kern/
HDuipc_socket.c1118 if (flags & MSG_OOB)
1165 (flags & MSG_OOB) ? PRUS_OOB :
1285 if (flags & MSG_OOB)
1350 (flags & MSG_OOB) ? PRUS_OOB :
1414 KASSERT(flags & MSG_OOB, ("soreceive_rcvoob: (flags & MSG_OOB) == 0"));
1504 if (flags & MSG_OOB)
1687 flags |= MSG_OOB;
1950 if (flags & MSG_OOB)
2157 if (mp0 != NULL || (flags & MSG_PEEK) || (flags & MSG_OOB))
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1110 if (flags & MSG_OOB) in sdp_sosend()
1160 error = sdp_send(so, (flags & MSG_OOB) ? PRUS_OOB : in sdp_sosend()
1198 KASSERT(flags & MSG_OOB, ("soreceive_rcvoob: (flags & MSG_OOB) == 0")); in soreceive_rcvoob()
1238 if (flags & MSG_OOB) in sdp_sorecv()
/NextBSD/sys/sys/
HDsocket.h419 #define MSG_OOB 0x1 /* process out-of-band data */ macro
/NextBSD/usr.bin/rlogin/
HDrlogin.c523 while (recv(rem, &mark, 1, MSG_OOB) < 0) { in oob()
/NextBSD/sys/compat/linux/
HDlinux_socket.c363 ret_flags |= MSG_OOB; in linux_to_bsd_msg_flags()
1456 if (bsd_msg.msg_flags & MSG_OOB) in linux_recvmmsg()
/NextBSD/contrib/telnet/telnetd/
HDutility.c293 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
HDtelnetd.c1051 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in telnet()
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDutility.c287 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
HDtelnetd.c1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_ddp.c1113 if (flags & MSG_OOB) in t4_soreceive_ddp()
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDftp.c1781 if (send (fileno (cout), buf, 3, MSG_OOB) != 3) in abort_remote()
/NextBSD/contrib/tnftp/src/
HDftp.c2070 if (send(fileno(cout), buf, 3, MSG_OOB) != 3) in abort_remote()
/NextBSD/sys/netinet/
HDsctputil.c5296 if (in_flags & MSG_OOB) { in sctp_sorecvmsg()