Home
last modified time | relevance | path

Searched refs:icmp6_code (Results 1 – 12 of 12) sorted by relevance

/external/tcpdump/
Dprint-icmp6.c78 uint8_t icmp6_code; /* code field */ member
180 #define mld6_code mld6_hdr.icmp6_code
198 #define nd_rs_code nd_rs_hdr.icmp6_code
210 #define nd_ra_code nd_ra_hdr.icmp6_code
238 #define nd_ns_code nd_ns_hdr.icmp6_code
249 #define nd_na_code nd_na_hdr.icmp6_code
265 #define nd_rd_code nd_rd_hdr.icmp6_code
381 #define ni_code icmp6_ni_hdr.icmp6_code
429 #define rr_code rr_hdr.icmp6_code
816 int secured = hdr->icmp6_code & 0x80; in rpl_print()
[all …]
/external/iputils/
Dping6_niquery.h12 #define ni_code ni_u.icmp6_code
Dtraceroute6.c834 code = icp->icmp6_code; in packet_ok()
880 icp->icmp6_code); in packet_ok()
Dping6.c1364 icmph->icmp6_code = 0; in build_echo()
1682 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu)); in parse_reply()
/external/android-clat/
Dtranslate.c239 icmp6_targ->icmp6_code = icmp_to_icmp6_code(icmp->type, icmp->code); in icmp_to_icmp6()
289 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code); in icmp6_to_icmp()
291 icmp_targ->code = icmp6_to_icmp_code(icmp6->icmp6_type, icmp6->icmp6_code); in icmp6_to_icmp()
Ddump.c123 printf("code = %x\n", icmp6->icmp6_code); in dump_icmp6()
/external/iputils/ninfod/
Dicmp6_nodeinfo.h41 #define ni_code icmp6_ni_hdr.icmp6_code
Dninfod.c757 icmph->icmp6_type, icmph->icmp6_code, in main()
/external/kernel-headers/original/uapi/linux/
Dicmpv6.h11 __u8 icmp6_code; member
/external/iproute2/include/uapi/linux/
Dicmpv6.h11 __u8 icmp6_code; member
/external/toybox/toys/pending/
Dtraceroute.c384 && ricmp->icmp6_code == ICMP6_TIME_EXCEED_TRANSIT) in do_trace()
404 ricmp->icmp6_code; in do_trace()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c384 echoreq_p->hdr.icmp6_code = 0; in create_echo_request()