Symbol: MSG_OOB
libexec/rlogind/rlogind.c
464
send(f, oobdata, 1, MSG_OOB); /* indicate new rlogin */
libexec/rlogind/rlogind.c
495
send(f, &cntl, 1, MSG_OOB);
libexec/rlogind/rlogind.c
551
send(f, &pibuf[0], 1, MSG_OOB);
libexec/telnetd/utility.c
293
n = send(net, nbackp, n, MSG_OOB); /* URGENT data */
sys/compat/linux/common/linux_socket.c
196
{MSG_OOB, LINUX_MSG_OOB},
sys/compat/linux/common/linux_socket.c
1990
if (msg->msg_flags & MSG_OOB)
sys/compat/netbsd32/netbsd32_socket.c
346
if (msg->msg_flags & MSG_OOB)
sys/dev/kttcp.c
245
if (flags & MSG_OOB)
sys/dev/kttcp.c
323
if (flags & MSG_OOB)
sys/dev/kttcp.c
370
if (flags & MSG_OOB) {
sys/dev/kttcp.c
508
flags |= MSG_OOB;
sys/kern/uipc_socket.c
1077
if (flags & MSG_OOB) {
sys/kern/uipc_socket.c
1191
if (flags & MSG_OOB) {
sys/kern/uipc_socket.c
1444
flags |= MSG_OOB;
sys/kern/uipc_socket.c
969
if (flags & MSG_OOB)
sys/kern/uipc_syscalls.c
1088
if (msg->msg_flags & MSG_OOB)
sys/net/if_gre.c
646
flags |= MSG_OOB;
sys/rump/net/lib/libsockin/sockin_user.c
187
{RUMP_MSG_OOB, MSG_OOB},
usr.bin/ftp/ftp.c
2155
if (send(fileno(cout), buf, 3, MSG_OOB) != 3)
usr.bin/rlogin/rlogin.c
589
while (recv(rem, &mark, 1, MSG_OOB) == -1) {
usr.bin/telnet/network.c
149
n = send(net, netoring.consume, 1, MSG_OOB);/* URGENT data */
usr.sbin/faithd/ftp.c
337
(void)send(dst, rbuf, (size_t)n, MSG_OOB);
usr.sbin/faithd/ftp.c
380
(void)send(dst, rbuf, (size_t)n, MSG_OOB);
usr.sbin/faithd/ftp.c
600
(void)send(dst, rbuf, (size_t)n, MSG_OOB);
usr.sbin/faithd/tcp.c
159
cc = send(s_snd, atmark_buf, 1, MSG_OOB);