Searched refs:icmp6_code (Results 1 - 14 of 14) 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
377 #define ni_code icmp6_ni_hdr.icmp6_code
425 #define rr_code rr_hdr.icmp6_code
H A Dprint-icmp6.c240 int secured = hdr->icmp6_code & 0x80;
241 int basecode= hdr->icmp6_code & 0x7f;
291 ND_PRINT((ndo, "RPL message, unknown code %u",hdr->icmp6_code));
352 printf(", %s", tok2str(icmp6_dst_unreach_code_values,"unknown unreach code (%u)",dp->icmp6_code));
353 switch (dp->icmp6_code) {
403 switch (dp->icmp6_code) {
412 printf(", unknown code (%u)", dp->icmp6_code);
418 switch (dp->icmp6_code) {
430 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.c1366 icmph->icmp6_code = 0;
1684 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu));
/external/kernel-headers/original/uapi/linux/
H A Dicmpv6.h10 __u8 icmp6_code; member in struct:icmp6hdr
/external/libpcap/Win32/Include/
H A Dip6_misc.h102 #define nd_rd_code nd_rd_hdr.icmp6_code
/external/android-clat/
H A Dtranslate.c237 icmp6_targ->icmp6_code = icmp_to_icmp6_code(icmp->type, icmp->code);
289 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code);
291 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/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c459 if ((icmph->icmp6_code == ICMP_UNREACH_NET) ||
460 (icmph->icmp6_code == ICMP_UNREACH_HOST) ||
461 (icmph->icmp6_code == ICMP_UNREACH_NET_UNKNOWN) ||
462 (icmph->icmp6_code == ICMP_UNREACH_HOST_UNKNOWN) ||
463 (icmph->icmp6_code == ICMP_UNREACH_ISOLATED) ||
464 (icmph->icmp6_code == ICMP_UNREACH_NET_PROHIB) ||
465 (icmph->icmp6_code == ICMP_UNREACH_HOST_PROHIB) ||
467 (icmph->icmp6_code == ICMP_UNREACH_ADMIN)) {
469 (icmph->icmp6_code == ICMP_UNREACH_ADMIN_PROHIBIT)) {
471 (icmph->icmp6_code
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_ip_icmp.h60 u_int8_t icmp6_code; member in struct:icmp6_hdr
/external/dhcpcd/
H A Dipv6rs.c334 icp->icmp6_code != 0)

Completed in 398 milliseconds