Searched refs:MSG_OOB (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/telnet/telnet/ |
H A D | network.c | 146 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
|
H A D | sys_bsd.c | 965 c = recv(net, netiring.supply, canread, MSG_OOB); in process_rings() 984 i = recv(net, netiring.supply + c, canread - c, MSG_OOB); in process_rings()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | network.c | 143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
|
H A D | 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()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 1109 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()
|
/freebsd/sys/sys/ |
H A D | socket.h | 449 #define MSG_OOB 0x00000001 /* process out-of-band data */ macro
|
/freebsd/sys/kern/ |
H A D | uipc_socket.c | 2197 if (flags & MSG_OOB) 2243 error = so->so_proto->pr_send(so, (flags & MSG_OOB) ? PRUS_OOB : 2399 if (flags & MSG_OOB) 2485 pr_send_flag = (flags & MSG_OOB) ? PRUS_OOB : 2641 KASSERT(flags & MSG_OOB, ("soreceive_rcvoob: (flags & MSG_OOB) == 0")); 2942 flags |= MSG_OOB; 3204 if ((flags & MSG_OOB) != 0) 3415 if (flags & MSG_OOB) 3481 if (mp0 != NULL || (flags & (MSG_PEEK | MSG_OOB | MSG_TRUNC)))
|
H A D | uipc_usrreq.c | 1148 if (__predict_false(flags & MSG_OOB)) { in uipc_sosend_dgram()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | utility.c | 287 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
|
H A D | telnetd.c | 1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet()
|
/freebsd/sys/netlink/ |
H A D | netlink_domain.c | 565 if (__predict_false(flags & MSG_OOB)) /* XXXGL: or just ignore? */ in nl_sosend()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 607 ret_flags |= MSG_OOB; in linux_to_bsd_msg_flags() 1996 if (bsd_msg.msg_flags & MSG_OOB) in linux_recvmmsg_common()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 1781 if (send (fileno (cout), buf, 3, MSG_OOB) != 3) in abort_remote()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.c | 2070 if (send(fileno(cout), buf, 3, MSG_OOB) != 3) in abort_remote()
|
/freebsd/sys/netinet/ |
H A D | sctputil.c | 5566 if (in_flags & MSG_OOB) { in sctp_sorecvmsg()
|