Home
last modified time | relevance | path

Searched refs:icmp6_type (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/ndk_musl_include/netinet/
Dicmp6.h25 uint8_t icmp6_type; member
98 #define nd_rs_type nd_rs_hdr.icmp6_type
109 #define nd_ra_type nd_ra_hdr.icmp6_type
124 #define nd_ns_type nd_ns_hdr.icmp6_type
134 #define nd_na_type nd_na_hdr.icmp6_type
154 #define nd_rd_type nd_rd_hdr.icmp6_type
206 #define mld_type mld_icmp6_hdr.icmp6_type
222 #define rr_type rr_hdr.icmp6_type
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dicmp6.h25 uint8_t icmp6_type; member
98 #define nd_rs_type nd_rs_hdr.icmp6_type
109 #define nd_ra_type nd_ra_hdr.icmp6_type
124 #define nd_ns_type nd_ns_hdr.icmp6_type
134 #define nd_na_type nd_na_hdr.icmp6_type
154 #define nd_rd_type nd_rd_hdr.icmp6_type
206 #define mld_type mld_icmp6_hdr.icmp6_type
222 #define rr_type rr_hdr.icmp6_type
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dicmp6.h25 uint8_t icmp6_type; member
98 #define nd_rs_type nd_rs_hdr.icmp6_type
109 #define nd_ra_type nd_ra_hdr.icmp6_type
124 #define nd_ns_type nd_ns_hdr.icmp6_type
134 #define nd_na_type nd_na_hdr.icmp6_type
154 #define nd_rd_type nd_rd_hdr.icmp6_type
206 #define mld_type mld_icmp6_hdr.icmp6_type
222 #define rr_type rr_hdr.icmp6_type
/third_party/musl/include/netinet/
Dicmp6.h25 uint8_t icmp6_type; member
98 #define nd_rs_type nd_rs_hdr.icmp6_type
109 #define nd_ra_type nd_ra_hdr.icmp6_type
124 #define nd_ns_type nd_ns_hdr.icmp6_type
134 #define nd_na_type nd_na_hdr.icmp6_type
154 #define nd_rd_type nd_rd_hdr.icmp6_type
206 #define mld_type mld_icmp6_hdr.icmp6_type
222 #define rr_type rr_hdr.icmp6_type
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dicmp6.h25 uint8_t icmp6_type; member
98 #define nd_rs_type nd_rs_hdr.icmp6_type
109 #define nd_ra_type nd_ra_hdr.icmp6_type
124 #define nd_ns_type nd_ns_hdr.icmp6_type
134 #define nd_na_type nd_na_hdr.icmp6_type
154 #define nd_rd_type nd_rd_hdr.icmp6_type
206 #define mld_type mld_icmp6_hdr.icmp6_type
222 #define rr_type rr_hdr.icmp6_type
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dicmp6.h25 uint8_t icmp6_type; member
98 #define nd_rs_type nd_rs_hdr.icmp6_type
109 #define nd_ra_type nd_ra_hdr.icmp6_type
124 #define nd_ns_type nd_ns_hdr.icmp6_type
134 #define nd_na_type nd_na_hdr.icmp6_type
154 #define nd_rd_type nd_rd_hdr.icmp6_type
206 #define mld_type mld_icmp6_hdr.icmp6_type
222 #define rr_type rr_hdr.icmp6_type
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmp_redirector.c691 uint8_t icmp6_type; /* Type of ICMPv6 */ in analyze_ip6_datagram() local
699 icmp6_type = rcvicmp6_p->hdr.icmp6_type; in analyze_ip6_datagram()
700 switch (icmp6_type) { in analyze_ip6_datagram()
Dns-icmpv6_sender.c383 echoreq_p->hdr.icmp6_type = ICMP6_ECHO_REQUEST; in create_echo_request()
/third_party/lwip/src/include/lwip/prot/
Dicmp6.h47 enum icmp6_type { enum
/third_party/toybox/toys/pending/
Dtraceroute.c383 if ((ricmp->icmp6_type == ICMP6_TIME_EXCEEDED in do_trace()
385 || ricmp->icmp6_type == ICMP6_DST_UNREACH in do_trace()
386 || ricmp->icmp6_type == ICMP6_ECHO_REPLY) { in do_trace()
403 icmp_res = (ricmp->icmp6_type == ICMP6_TIME_EXCEEDED) ? -1 : in do_trace()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip_icmp.h59 uint8_t icmp6_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dndisc_snoop.c110 switch (msg->icmp6h.icmp6_type) { in handle_ndisc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dndisc_snoop.c110 switch (msg->icmp6h.icmp6_type) { in handle_ndisc()
/third_party/ltp/testcases/network/lib6/
Dasapi_02.c102 ic6.icmp6_type = type; in ic6_send1()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c315 uint8_t icmp6_type,
324 switch (icmp6_type) {
548 ip6cp->ip6c_icmp6->icmp6_type,
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c8416 type = ip6cp->ip6c_icmp6->icmp6_type;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h71381 __u8 icmp6_type; member