Searched refs:icmp6_code (Results 1 - 11 of 11) sorted by relevance

/external/tcpdump/
H A Dicmp6.h74 u_int8_t icmp6_code; /* code field */ member in struct:icmp6_hdr
176 #define mld6_code mld6_hdr.icmp6_code
194 #define nd_rs_code nd_rs_hdr.icmp6_code
206 #define nd_ra_code nd_ra_hdr.icmp6_code
234 #define nd_ns_code nd_ns_hdr.icmp6_code
245 #define nd_na_code nd_na_hdr.icmp6_code
261 #define nd_rd_code nd_rd_hdr.icmp6_code
360 #define ni_code icmp6_ni_hdr.icmp6_code
408 #define rr_code rr_hdr.icmp6_code
H A Dprint-icmp6.c282 printf(", %s", tok2str(icmp6_dst_unreach_code_values,"unknown unreach code (%u)",dp->icmp6_code));
283 switch (dp->icmp6_code) {
333 switch (dp->icmp6_code) {
342 printf(", unknown code (%u)", dp->icmp6_code);
348 switch (dp->icmp6_code) {
360 dp->icmp6_code);
/external/iputils/ninfod/
H A Dicmp6_nodeinfo.h41 #define ni_code icmp6_ni_hdr.icmp6_code
H A Dninfod.c757 icmph->icmp6_type, icmph->icmp6_code,
/external/iputils/
H A Dping6_niquery.h12 #define ni_code ni_u.icmp6_code
H A Dtraceroute6.c834 code = icp->icmp6_code;
880 icp->icmp6_code);
H A Dping6.c1363 icmph->icmp6_code = 0;
1681 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu));
/external/android-clat/
H A Dtranslate.c197 icmp6_targ->icmp6_code = icmp_to_icmp6_code(icmp->type, icmp->code);
253 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code);
255 icmp_targ->code = icmp6_to_icmp_code(icmp6->icmp6_type, icmp6->icmp6_code);
H A Ddump.c122 printf("code = %x\n",icmp6->icmp6_code);
/external/kernel-headers/original/linux/
H A Dicmpv6.h10 __u8 icmp6_code; member in struct:icmp6hdr
/external/dhcpcd/
H A Dipv6rs.c334 icp->icmp6_code != 0)

Completed in 2958 milliseconds