Home
last modified time | relevance | path

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

/dragonfly/test/testcases/io/select_4/
H A Dselect_4.c47 if (send(fd_c, "x", 1, MSG_OOB) == -1) in main()
/dragonfly/usr.bin/telnet/
H A Dnetwork.c143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()
H A Dsys_bsd.c1036 c = recv(net, netiring.supply, canread, MSG_OOB); in process_rings()
1055 i = recv(net, netiring.supply + c, canread - c, MSG_OOB); in process_rings()
/dragonfly/test/testcases/io/kqueue_2/
H A Dkqueue_2.c48 if (send(fd_c, "x", 1, MSG_OOB) == -1) in main()
/dragonfly/sys/kern/
H A Duipc_socket.c841 if (flags & MSG_OOB) in sosend()
898 if (flags & MSG_OOB) { in sosend()
1139 if (flags & MSG_OOB) in sosendtcp()
1192 if (flags & MSG_OOB) { in sosendtcp()
1288 if (flags & MSG_OOB) { in soreceive()
1458 flags |= MSG_OOB; in soreceive()
1643 if (flags & MSG_OOB) { in sorecvtcp()
/dragonfly/sys/sys/
H A Dsocket.h416 #define MSG_OOB 0x00000001 /* process out-of-band data */ macro
/dragonfly/libexec/telnetd/
H A Dtelnetd.c994 ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB); in telnet()
H A Dutility.c286 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */ in netflush()
/dragonfly/contrib/tnftp/src/
H A Dftp.c2131 if (send(fileno(cout), buf, 3, MSG_OOB) != 3) in abort_remote()