Home
last modified time | relevance | path

Searched refs:SOL_ICMPV6 (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dsocketlayers.h43 #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),
Dsocketlayers.in9 SOL_ICMPV6 58
/external/python/cpython2/Lib/plat-linux2/
DIN.py540 SOL_ICMPV6 = 58 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py889 SOL_ICMPV6 = 58 variable
/external/iputils/
Dping6.c95 #ifndef SOL_ICMPV6
96 #define SOL_ICMPV6 IPPROTO_ICMPV6 macro
DRELNOTES379 [PING6,TRACEPATH6,TRACEROUTE6] Define SOL_IPV6,SOL_ICMPV6 where needed
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs655 pub const SOL_ICMPV6: ::c_int = 58; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1651 pub const SOL_ICMPV6: ::c_int = 58; constant