Home
last modified time | relevance | path

Searched refs:IPPROTO_ICMPV6 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/network/lib6/
Dasapi_02.c95 s = SAFE_SOCKET(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in ic6_send()
204 SAFE_SETSOCKOPT(sf, IPPROTO_ICMPV6, ICMP6_FILTER, &i6f, sizeof(i6f)); in verify_icmp6_filter()
219 sall = SAFE_SOCKET(PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in setup()
221 SAFE_SETSOCKOPT(sall, IPPROTO_ICMPV6, ICMP6_FILTER, &i6f, sizeof(i6f)); in setup()
223 sf = SAFE_SOCKET(PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in setup()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c284 alart_p->nxthdr = IPPROTO_ICMPV6; in create_mld_query()
334 pseudo.hdr.p_ip6_nxt = IPPROTO_ICMPV6; in create_mld_query()
377 pkt.hdr.ip6_nxt = IPPROTO_ICMPV6; in create_echo_request()
398 pseudo.hdr.p_ip6_nxt = IPPROTO_ICMPV6; in create_echo_request()
Dns-icmp_redirector.c530 sndip6_p->hdr.ip6_nxt = IPPROTO_ICMPV6; in return_neigh_adv()
632 sndip6_p->hdr.ip6_nxt = IPPROTO_ICMPV6; in return_icmp6_redirect()
698 case IPPROTO_ICMPV6: in analyze_ip6_datagram()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs18 IPPROTO_ESP, IPPROTO_ETHERNET, IPPROTO_FRAGMENT, IPPROTO_GRE, IPPROTO_ICMP, IPPROTO_ICMPV6,
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs210 pub const ICMPV6: Self = Self(c::IPPROTO_ICMPV6 as _);
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c153 len = (ai->ai_family == AF_INET) ? IPPROTO_ICMP : IPPROTO_ICMPV6); in ping_main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h94 #define IPPROTO_ICMPV6 58 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h93 #define IPPROTO_ICMPV6 58 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h94 #define IPPROTO_ICMPV6 58 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h94 #define IPPROTO_ICMPV6 58 macro
/third_party/musl/include/netinet/
Din.h93 #define IPPROTO_ICMPV6 58 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h94 #define IPPROTO_ICMPV6 58 macro
/third_party/toybox/toys/net/
Dping.c173 len = (ai->ai_family == AF_INET) ? IPPROTO_ICMP : IPPROTO_ICMPV6); in ping_main()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt164 IPPROTO_ICMPV6
Dandroid.txt869 IPPROTO_ICMPV6
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs598 pub const ICMPV6: Self = Self(c::IPPROTO_ICMPV6 as _);
/third_party/lwip/src/include/lwip/
Dsockets.h254 #define IPPROTO_ICMPV6 58 macro
/third_party/toybox/toys/pending/
Dtraceroute.c509 (TT.istraceroute6 ? IPPROTO_ICMPV6 : IPPROTO_ICMP)); in traceroute_main()
/third_party/python/Modules/
Dsocketmodule.c286 #define IPPROTO_ICMPV6 IPPROTO_ICMPV6 macro
7897 #ifdef IPPROTO_ICMPV6
7898 PyModule_AddIntMacro(m, IPPROTO_ICMPV6);
/third_party/rust/crates/libc/src/unix/
Dmod.rs301 pub const IPPROTO_ICMPV6: ::c_int = 58; constant
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst1275 IPPROTO_HOPOPTS IPPROTO_ICLFXBM IPPROTO_ICMPV6 IPPROTO_IDP IPPROTO_IGMP
/third_party/lwip/src/api/
Dsockets.c3789 if (sock->conn->pcb.raw->protocol == IPPROTO_ICMPV6) { in lwip_setsockopt_impl()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1388 pub const IPPROTO_ICMPV6: ::c_int = 58; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs784 pub const IPPROTO_ICMPV6: u32 = 58; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs789 pub const IPPROTO_ICMPV6: u32 = 58; constant

12