Home
last modified time | relevance | path

Searched refs:MSG_CMSG_CLOEXEC (Results 1 - 25 of 33) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs27 /// `MSG_CMSG_CLOEXEC`
28 const CMSG_CLOEXEC = c::MSG_CMSG_CLOEXEC;
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs55 /// `MSG_CMSG_CLOEXEC`
56 const CMSG_CLOEXEC = c::MSG_CMSG_CLOEXEC;
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h218 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h348 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h339 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h348 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h350 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h354 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h348 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/musl/include/sys/
H A Dsocket.h354 #define MSG_CMSG_CLOEXEC 0x40000000 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs531 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x800; consts
/third_party/node/deps/uv/src/unix/
H A Dcore.c683 rc = recvmsg(fd, msg, flags | MSG_CMSG_CLOEXEC); in uv__recvmsg()
/third_party/libuv/src/unix/
H A Dcore.c739 rc = recvmsg(fd, msg, flags | MSG_CMSG_CLOEXEC); in uv__recvmsg()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs793 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x40000000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1407 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x00001000; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs358 MSG_CMSG_CLOEXEC;
/third_party/python/Modules/
H A Dsocketmodule.c7777 #ifdef MSG_CMSG_CLOEXEC
7778 PyModule_AddIntMacro(m, MSG_CMSG_CLOEXEC);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2344 pub const MSG_CMSG_CLOEXEC: u32 = 1073741824; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1770 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x40000000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2982 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x00040000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2343 pub const MSG_CMSG_CLOEXEC: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2323 pub const MSG_CMSG_CLOEXEC: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2453 pub const MSG_CMSG_CLOEXEC: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2524 pub const MSG_CMSG_CLOEXEC: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2475 pub const MSG_CMSG_CLOEXEC: u32 = 1073741824; consts

Completed in 122 milliseconds

12