Home
last modified time | relevance | path

Searched refs:icmp6_type (Results 1 – 5 of 5) 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
359 #define ni_type icmp6_ni_hdr.icmp6_type
407 #define rr_type rr_hdr.icmp6_type
Dprint-icmp6.c266 printf("ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type)); in icmp6_print()
269 if (vflag && (dp->icmp6_type == in icmp6_print()
279 switch (dp->icmp6_type) { in icmp6_print()
/external/iproute2/include/netinet/
Dicmp6.h41 uint8_t icmp6_type; /* type field */ member
118 #define nd_rs_type nd_rs_hdr.icmp6_type
131 #define nd_ra_type nd_ra_hdr.icmp6_type
148 #define nd_ns_type nd_ns_hdr.icmp6_type
160 #define nd_na_type nd_na_hdr.icmp6_type
182 #define nd_rd_type nd_rd_hdr.icmp6_type
241 #define mld_type mld_icmp6_hdr.icmp6_type
258 #define rr_type rr_hdr.icmp6_type
/external/ping6/
Dping6.c1248 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1263 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1275 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1289 icp->icmp6_type = ICMP6_NI_QUERY; in pinger()
1301 icp->icmp6_type = ICMP6_ECHO_REQUEST; in pinger()
1482 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) { in pr_pack()
1546 } else if (icp->icmp6_type == ICMP6_NI_REPLY && mynireply(ni)) { in pr_pack()
2201 switch (icp->icmp6_type) { in pr_icmph()
2413 (void)printf("Bad ICMP type: %d", icp->icmp6_type); in pr_icmph()
/external/kernel-headers/original/linux/
Dicmpv6.h9 __u8 icmp6_type; member