/third_party/libuv/test/ |
D | test-tcp-oob.c | 72 ASSERT(-1 != recv(fd, lbuf, sizeof(lbuf), MSG_OOB)); in read_cb() 100 r = send(fd, "hello", 5, MSG_OOB); in connection_cb() 105 r = send(fd, "hello", 5, MSG_OOB); in connection_cb()
|
D | test-poll-oob.c | 78 n = recv(client_fd, &buffer, 5, MSG_OOB); in poll_cb() 150 r = send(server_fd, "hello", 5, MSG_OOB); in connection_cb()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | send_recv.rs | 20 const OOB = c::MSG_OOB; 34 const OOB = c::MSG_OOB;
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | send_recv.rs | 47 const OOB = c::MSG_OOB; 75 const OOB = c::MSG_OOB;
|
/third_party/libuv/src/win/ |
D | winsock.c | 335 *flags = MSG_OOB; in uv__wsarecv_workaround() 340 *flags = MSG_PARTIAL | MSG_OOB; in uv__wsarecv_workaround() 433 *flags = MSG_OOB; in uv__wsarecvfrom_workaround() 438 *flags = MSG_PARTIAL | MSG_OOB; in uv__wsarecvfrom_workaround()
|
/third_party/node/deps/uv/src/win/ |
D | winsock.c | 335 *flags = MSG_OOB; in uv__wsarecv_workaround() 340 *flags = MSG_PARTIAL | MSG_OOB; in uv__wsarecv_workaround() 433 *flags = MSG_OOB; in uv__wsarecvfrom_workaround() 438 *flags = MSG_PARTIAL | MSG_OOB; in uv__wsarecvfrom_workaround()
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 48 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 46 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 24 MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_ERRQUEUE, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PEEK,
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 79 pub const MSG_OOB: ::c_int = 0x04; constant
|
/third_party/musl/libc-test/src/api/ |
D | sys_socket.c | 81 C(MSG_OOB) in f()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 202 #define MSG_OOB 0x1 macro
|
/third_party/ltp/testcases/kernel/syscalls/recv/ |
D | recv01.c | 98 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_OOB,
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 127 pub const MSG_OOB: ::c_int = 1; constant
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
D | recvfrom01.c | 118 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_OOB,
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send01.c | 149 .flags = MSG_OOB,
|
/third_party/python/Lib/ |
D | ftplib.py | 47 MSG_OOB = 0x1 # Process data out of band variable 272 self.sock.sendall(line, MSG_OOB)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 328 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 328 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 334 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 319 #define MSG_OOB 0x0001 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 334 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 330 #define MSG_OOB 0x0001 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 328 #define MSG_OOB 0x0001 macro
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto01.c | 218 .flags = MSG_OOB,
|