Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/telnet/
H A Dnetwork.c146 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
H A Dsys_bsd.c965 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 Dnetwork.c143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
H A Dsys_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()
/freebsd/sys/kern/
H A Duipc_socket.c1571 if (flags & MSG_OOB)
1617 error = so->so_proto->pr_send(so, (flags & MSG_OOB) ? PRUS_OOB :
1774 if (flags & MSG_OOB)
1860 pr_send_flag = (flags & MSG_OOB) ? PRUS_OOB :
2004 KASSERT(flags & MSG_OOB, ("soreceive_rcvoob: (flags & MSG_OOB) == 0"));
2097 if (flags & MSG_OOB)
2315 flags |= MSG_OOB;
2588 if (flags & MSG_OOB)
2816 if (mp0 != NULL || (flags & (MSG_PEEK | MSG_OOB | MSG_TRUNC)))
H A Duipc_usrreq.c1125 if (__predict_false(flags & MSG_OOB)) { in uipc_sosend_dgram()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1109 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 Dsocket.h444 #define MSG_OOB 0x00000001 /* process out-of-band data */ macro
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c287 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
H A Dtelnetd.c1096 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in my_telnet()
/freebsd/sys/netlink/
H A Dnetlink_domain.c581 if (__predict_false(flags & MSG_OOB)) /* XXXGL: or just ignore? */ in nl_sosend()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c608 ret_flags |= MSG_OOB; in linux_to_bsd_msg_flags()
1995 if (bsd_msg.msg_flags & MSG_OOB) in linux_recvmmsg_common()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1781 if (send (fileno (cout), buf, 3, MSG_OOB) != 3) in abort_remote()
/freebsd/contrib/tnftp/src/
H A Dftp.c2070 if (send(fileno(cout), buf, 3, MSG_OOB) != 3) in abort_remote()
/freebsd/sys/netinet/
H A Dsctputil.c5566 if (in_flags & MSG_OOB) { in sctp_sorecvmsg()