Home
last modified time | relevance | path

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

/external/tcpdump/
Dicmp6.h73 u_int8_t icmp6_type; /* type field */ member
175 #define mld6_type mld6_hdr.icmp6_type
193 #define nd_rs_type nd_rs_hdr.icmp6_type
205 #define nd_ra_type nd_ra_hdr.icmp6_type
233 #define nd_ns_type nd_ns_hdr.icmp6_type
244 #define nd_na_type nd_na_hdr.icmp6_type
260 #define nd_rd_type nd_rd_hdr.icmp6_type
376 #define ni_type icmp6_ni_hdr.icmp6_type
424 #define rr_type rr_hdr.icmp6_type
Dprint-icmp6.c337 printf("ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type)); in icmp6_print()
340 if (vflag && (dp->icmp6_type == ND_ROUTER_SOLICIT || in icmp6_print()
341 dp->icmp6_type == ND_ROUTER_ADVERT || in icmp6_print()
342 dp->icmp6_type == ND_NEIGHBOR_ADVERT || in icmp6_print()
343 dp->icmp6_type == ND_NEIGHBOR_SOLICIT || in icmp6_print()
344 dp->icmp6_type == ND_REDIRECT || in icmp6_print()
345 dp->icmp6_type == ICMP6_HADISCOV_REPLY || in icmp6_print()
346 dp->icmp6_type == ICMP6_MOBILEPREFIX_ADVERT )) in icmp6_print()
349 switch (dp->icmp6_type) { in icmp6_print()
/external/android-clat/
Dtranslate.c230 uint8_t icmp6_type; in icmp_to_icmp6() local
235 icmp6_type = icmp_to_icmp6_type(icmp->type, icmp->code); in icmp_to_icmp6()
236 icmp6_targ->icmp6_type = icmp6_type; in icmp_to_icmp6()
243 icmp6_type != ICMP6_PARAM_PROB) { in icmp_to_icmp6()
255 } else if (icmp6_type == ICMP6_ECHO_REQUEST || icmp6_type == ICMP6_ECHO_REPLY) { 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()
296 is_icmp6_error(icmp6->icmp6_type) && in icmp6_to_icmp()
Ddump.c115 printf("type = %x",icmp6->icmp6_type); in dump_icmp6()
116 if(icmp6->icmp6_type == ICMP6_ECHO_REQUEST) { in dump_icmp6()
118 } else if(icmp6->icmp6_type == ICMP6_ECHO_REPLY) { in dump_icmp6()
126 if((icmp6->icmp6_type == ICMP6_ECHO_REQUEST) || (icmp6->icmp6_type == ICMP6_ECHO_REPLY)) { in dump_icmp6()
/external/iputils/
Dping6_niquery.h11 #define ni_type ni_u.icmp6_type
Dping6.c1324 icmph.icmp6_type != ICMP6_ECHO_REQUEST || in receive_error_msg()
1365 icmph->icmp6_type = ICMP6_ECHO_REQUEST; in build_echo()
1621 if (icmph->icmp6_type == ICMP6_ECHO_REPLY) { in parse_reply()
1629 } else if (icmph->icmp6_type == ICMPV6_NI_REPLY) { in parse_reply()
1664 if (icmph1->icmp6_type != ICMP6_ECHO_REQUEST || in parse_reply()
1684 pr_icmph(icmph->icmp6_type, icmph->icmp6_code, ntohl(icmph->icmp6_mtu)); in parse_reply()
Dtraceroute6.c833 type = icp->icmp6_type; in packet_ok()
/external/iputils/ninfod/
Dicmp6_nodeinfo.h40 #define ni_type icmp6_ni_hdr.icmp6_type
Dninfod.c757 icmph->icmp6_type, icmph->icmp6_code, in main()
760 if (icmph->icmp6_type != ICMP6_NI_QUERY) { in main()
763 icmph->icmp6_type, saddrbuf); in main()
/external/kernel-headers/original/uapi/linux/
Dicmpv6.h9 __u8 icmp6_type; member
/external/libpcap/Win32/Include/
Dip6_misc.h101 #define nd_rd_type nd_rd_hdr.icmp6_type
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_ip_icmp.h59 u_int8_t icmp6_type; member
/external/dhcpcd/
Dipv6rs.c333 if (icp->icmp6_type != ND_ROUTER_ADVERT || in ipv6rs_handledata()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c365 if (icmp6->icmp6_type != ICMP6_PACKET_TOO_BIG) {
454 if (icmph->icmp6_type != ICMP_UNREACH) {