| /src/external/mit/libuv/dist/test/ |
| test-tcp-oob.c | 72 ASSERT_NE(-1, recv(fd, lbuf, sizeof(lbuf), MSG_OOB)); 100 r = send(fd, "hello", 5, MSG_OOB); 105 r = send(fd, "hello", 5, MSG_OOB);
|
| test-poll-oob.c | 78 n = recv(client_fd, &buffer, 5, MSG_OOB); 154 r = send(server_fd, "hello", 5, MSG_OOB);
|
| /src/usr.bin/telnet/ |
| network.c | 149 n = send(net, netoring.consume, 1, MSG_OOB);/* URGENT data */
|
| /src/external/mit/libuv/dist/src/win/ |
| winsock.c | 335 *flags = MSG_OOB; 340 *flags = MSG_PARTIAL | MSG_OOB; 433 *flags = MSG_OOB; 438 *flags = MSG_PARTIAL | MSG_OOB;
|
| /src/sys/dev/ |
| kttcp.c | 245 if (flags & MSG_OOB) 323 if (flags & MSG_OOB) 370 if (flags & MSG_OOB) { 508 flags |= MSG_OOB;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| socket.d | 128 MSG_OOB 525 MSG_OOB = 0x01, 665 MSG_OOB = 0x1, 824 MSG_OOB = 0x1, 996 MSG_OOB = 0x0001, /* process out-of-band data */ 1167 MSG_OOB = 0x001, 1316 MSG_OOB = 0x00000001, 1504 MSG_OOB = 0x1,
|
| /src/libexec/rlogind/ |
| rlogind.c | 464 send(f, oobdata, 1, MSG_OOB); /* indicate new rlogin */ 495 send(f, &cntl, 1, MSG_OOB); 551 send(f, &pibuf[0], 1, MSG_OOB);
|
| /src/usr.sbin/faithd/ |
| ftp.c | 337 (void)send(dst, rbuf, (size_t)n, MSG_OOB); 380 (void)send(dst, rbuf, (size_t)n, MSG_OOB); 600 (void)send(dst, rbuf, (size_t)n, MSG_OOB);
|
| tcp.c | 159 cc = send(s_snd, atmark_buf, 1, MSG_OOB);
|
| /src/sys/rump/net/lib/libsockin/ |
| sockin_user.c | 187 {RUMP_MSG_OOB, MSG_OOB},
|
| /src/sys/sys/ |
| socket.h | 491 #define MSG_OOB 0x0001 /* process out-of-band data */
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| winsock2.d | 525 MSG_OOB = 0x1,
|
| /src/libexec/telnetd/ |
| utility.c | 293 n = send(net, nbackp, n, MSG_OOB); /* URGENT data */
|
| /src/sys/kern/ |
| uipc_socket.c | 969 if (flags & MSG_OOB) 1077 if (flags & MSG_OOB) { 1191 if (flags & MSG_OOB) { 1444 flags |= MSG_OOB;
|
| uipc_syscalls.c | 1088 if (msg->msg_flags & MSG_OOB)
|
| /src/usr.bin/rlogin/ |
| rlogin.c | 589 while (recv(rem, &mark, 1, MSG_OOB) == -1) {
|
| /src/sys/compat/netbsd32/ |
| netbsd32_socket.c | 346 if (msg->msg_flags & MSG_OOB)
|
| /src/sys/compat/linux/common/ |
| linux_socket.c | 196 {MSG_OOB, LINUX_MSG_OOB}, 1990 if (msg->msg_flags & MSG_OOB)
|
| /src/sys/net/ |
| if_gre.c | 646 flags |= MSG_OOB;
|
| /src/usr.bin/ftp/ |
| ftp.c | 2155 if (send(fileno(cout), buf, 3, MSG_OOB) != 3)
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| socket.d | 2125 OOB = MSG_OOB, /// out-of-band stream data
|