Searched refs:MSG_CMSG_CLOEXEC (Results 1 – 25 of 44) sorted by relevance
12
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | send_recv.rs | 28 const CMSG_CLOEXEC = c::MSG_CMSG_CLOEXEC;
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | send_recv.rs | 56 const CMSG_CLOEXEC = c::MSG_CMSG_CLOEXEC;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 23 IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP, IP_MULTICAST_TTL, IP_TTL, MSG_CMSG_CLOEXEC, MSG_CONFIRM,
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 218 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 348 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 348 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 354 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 339 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 354 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 350 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 348 #define MSG_CMSG_CLOEXEC 0x40000000 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 520 MSG_CMSG_CLOEXEC
|
D | fuchsia.txt | 467 MSG_CMSG_CLOEXEC
|
D | dragonfly.txt | 659 MSG_CMSG_CLOEXEC
|
D | netbsd.txt | 692 MSG_CMSG_CLOEXEC
|
D | freebsd.txt | 764 MSG_CMSG_CLOEXEC
|
D | linux.txt | 1308 MSG_CMSG_CLOEXEC
|
D | android.txt | 1191 MSG_CMSG_CLOEXEC
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 531 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x800; constant
|
/third_party/libuv/src/unix/ |
D | core.c | 703 rc = recvmsg(fd, msg, flags | MSG_CMSG_CLOEXEC); in uv__recvmsg()
|
/third_party/node/deps/uv/src/unix/ |
D | core.c | 683 rc = recvmsg(fd, msg, flags | MSG_CMSG_CLOEXEC); in uv__recvmsg()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1407 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x00001000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 793 pub const MSG_CMSG_CLOEXEC: ::c_int = 0x40000000; constant
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 358 MSG_CMSG_CLOEXEC;
|
/third_party/rust/crates/nix/ |
D | CHANGELOG.md | 1089 - Exposed `MSG_CMSG_CLOEXEC` on *BSD. 1489 - Added `MSG_CMSG_CLOEXEC` to `MsgFlags` in `::nix::sys::socket` for _linux_ only.
|
12