Home
last modified time | relevance | path

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

123

/third_party/libuv/test/
Dtest-tcp-oob.c72 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()
Dtest-poll-oob.c78 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/
Dsend_recv.rs20 const OOB = c::MSG_OOB;
34 const OOB = c::MSG_OOB;
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsend_recv.rs47 const OOB = c::MSG_OOB;
75 const OOB = c::MSG_OOB;
/third_party/libuv/src/win/
Dwinsock.c335 *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/
Dwinsock.c335 *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/
Dmod.rs48 pub const MSG_OOB: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs46 pub const MSG_OOB: ::c_int = 1; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs24 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/
Dmod.rs79 pub const MSG_OOB: ::c_int = 0x04; constant
/third_party/musl/libc-test/src/api/
Dsys_socket.c81 C(MSG_OOB) in f()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h202 #define MSG_OOB 0x1 macro
/third_party/ltp/testcases/kernel/syscalls/recv/
Drecv01.c98 PF_INET, SOCK_STREAM, 0, buf, sizeof(buf), MSG_OOB,
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs127 pub const MSG_OOB: ::c_int = 1; constant
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c118 PF_INET, SOCK_STREAM, 0, (void *)buf, sizeof(buf), MSG_OOB,
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend01.c149 .flags = MSG_OOB,
/third_party/python/Lib/
Dftplib.py47 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/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h334 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h319 #define MSG_OOB 0x0001 macro
/third_party/musl/include/sys/
Dsocket.h334 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h330 #define MSG_OOB 0x0001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h328 #define MSG_OOB 0x0001 macro
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c218 .flags = MSG_OOB,

123