Searched refs:icmp6_code (Results 1 - 14 of 14) sorted by relevance
/external/tcpdump/ |
H A D | icmp6.h | 74 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 D | print-icmp6.c | 240 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 D | icmp6_nodeinfo.h | 41 #define ni_code icmp6_ni_hdr.icmp6_code
|
H A D | ninfod.c | 757 icmph->icmp6_type, icmph->icmp6_code,
|
/external/iputils/ |
H A D | ping6_niquery.h | 12 #define ni_code ni_u.icmp6_code
|
H A D | traceroute6.c | 834 code = icp->icmp6_code; 880 icp->icmp6_code);
|
H A D | ping6.c | 1366 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 D | icmpv6.h | 10 __u8 icmp6_code; member in struct:icmp6hdr
|
/external/libpcap/Win32/Include/ |
H A D | ip6_misc.h | 102 #define nd_rd_code nd_rd_hdr.icmp6_code
|
/external/android-clat/ |
H A D | translate.c | 237 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 D | dump.c | 122 printf("code = %x\n",icmp6->icmp6_code);
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/ |
H A D | sctp6_usrreq.c | 459 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 D | user_ip_icmp.h | 60 u_int8_t icmp6_code; member in struct:icmp6_hdr
|
/external/dhcpcd/ |
H A D | ipv6rs.c | 334 icp->icmp6_code != 0)
|
Completed in 398 milliseconds