Searched refs:MSG_OOB (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/libexec/rlogind/ |
| HD | rlogind.c | 348 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/ |
| HD | network.c | 152 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
|
| HD | sys_bsd.c | 971 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/ |
| HD | network.c | 143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
|
| HD | sys_bsd.c | 877 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/ |
| HD | uipc_socket.c | 1118 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/ |
| HD | sdp_main.c | 1110 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/ |
| HD | socket.h | 419 #define MSG_OOB 0x1 /* process out-of-band data */ macro
|
| /NextBSD/usr.bin/rlogin/ |
| HD | rlogin.c | 523 while (recv(rem, &mark, 1, MSG_OOB) < 0) { in oob()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.c | 363 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/ |
| HD | utility.c | 293 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
|
| HD | telnetd.c | 1051 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in telnet()
|
| /NextBSD/crypto/heimdal/appl/telnet/telnetd/ |
| HD | utility.c | 287 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
|
| HD | telnetd.c | 1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet()
|
| /NextBSD/sys/dev/cxgbe/tom/ |
| HD | t4_ddp.c | 1113 if (flags & MSG_OOB) in t4_soreceive_ddp()
|
| /NextBSD/crypto/heimdal/appl/ftp/ftp/ |
| HD | ftp.c | 1781 if (send (fileno (cout), buf, 3, MSG_OOB) != 3) in abort_remote()
|
| /NextBSD/contrib/tnftp/src/ |
| HD | ftp.c | 2070 if (send(fileno(cout), buf, 3, MSG_OOB) != 3) in abort_remote()
|
| /NextBSD/sys/netinet/ |
| HD | sctputil.c | 5296 if (in_flags & MSG_OOB) { in sctp_sorecvmsg()
|