/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 338 #define IPV6_RECVERR 25 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 337 #define IPV6_RECVERR 25 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 335 #define IPV6_RECVERR 25 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 335 #define IPV6_RECVERR 25 macro
|
/third_party/musl/include/netinet/ |
D | in.h | 337 #define IPV6_RECVERR 25 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 335 #define IPV6_RECVERR 25 macro
|
/third_party/libuv/docs/src/ |
D | udp.rst | 57 * Indicates if IP_RECVERR/IPV6_RECVERR will be set when binding the handle. 58 * This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on
|
/third_party/node/deps/uv/src/unix/ |
D | udp.c | 524 if (setsockopt(fd, IPPROTO_IPV6, IPV6_RECVERR, &yes, sizeof(yes))) in uv__set_recverr()
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 932 libc::IPV6_RECVERR,
|
D | mod.rs | 982 (libc::IPPROTO_IPV6, libc::IPV6_RECVERR) => {
|
/third_party/libuv/src/unix/ |
D | udp.c | 524 if (setsockopt(fd, IPPROTO_IPV6, IPV6_RECVERR, &yes, sizeof(yes))) in uv__set_recverr()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 1067 IPV6_RECVERR
|
D | android.txt | 960 IPV6_RECVERR
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 930 pub const IPV6_RECVERR: ::c_int = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 815 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 820 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 815 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 816 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 827 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 824 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 827 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1035 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 815 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1035 pub const IPV6_RECVERR: u32 = 25; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 824 pub const IPV6_RECVERR: u32 = 25; constant
|