Searched refs:SOL_ICMPV6 (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | socketlayers.h | 43 #if defined(SOL_ICMPV6) || (defined(HAVE_DECL_SOL_ICMPV6) && HAVE_DECL_SOL_ICMPV6) 45 static_assert((SOL_ICMPV6) == (58), "SOL_ICMPV6 != 58"); 48 # define SOL_ICMPV6 58 290 XLAT(SOL_ICMPV6),
|
D | socketlayers.in | 9 SOL_ICMPV6 58
|
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/bonnet/ |
D | icmp_reachable.cc | 93 if (kernel_->setsockopt(recv_fd_, SOL_ICMPV6, ICMP6_FILTER, &filter, in Init()
|
D | icmp_reachable_test.cc | 106 EXPECT_CALL(kernel_, setsockopt(read_fd_, SOL_ICMPV6, ICMP6_FILTER, _, _)); in SetFdExpectations()
|
/external/musl/include/sys/ |
D | socket.h | 301 #define SOL_ICMPV6 58 macro
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 540 SOL_ICMPV6 = 58 variable
|
/external/iputils/ |
D | ping6.c | 95 #ifndef SOL_ICMPV6 96 #define SOL_ICMPV6 IPPROTO_ICMPV6 macro
|
D | RELNOTES | 379 [PING6,TRACEPATH6,TRACEROUTE6] Define SOL_IPV6,SOL_ICMPV6 where needed
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 889 SOL_ICMPV6 = 58 variable
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 666 pub const SOL_ICMPV6: ::c_int = 58; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1657 pub const SOL_ICMPV6: ::c_int = 58; constant
|