Searched refs:icmp6_type (Results 1 – 5 of 5) sorted by relevance
73 u_int8_t icmp6_type; /* type field */ member175 #define mld6_type mld6_hdr.icmp6_type193 #define nd_rs_type nd_rs_hdr.icmp6_type205 #define nd_ra_type nd_ra_hdr.icmp6_type233 #define nd_ns_type nd_ns_hdr.icmp6_type244 #define nd_na_type nd_na_hdr.icmp6_type260 #define nd_rd_type nd_rd_hdr.icmp6_type359 #define ni_type icmp6_ni_hdr.icmp6_type407 #define rr_type rr_hdr.icmp6_type
266 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()
41 uint8_t icmp6_type; /* type field */ member118 #define nd_rs_type nd_rs_hdr.icmp6_type131 #define nd_ra_type nd_ra_hdr.icmp6_type148 #define nd_ns_type nd_ns_hdr.icmp6_type160 #define nd_na_type nd_na_hdr.icmp6_type182 #define nd_rd_type nd_rd_hdr.icmp6_type241 #define mld_type mld_icmp6_hdr.icmp6_type258 #define rr_type rr_hdr.icmp6_type
1248 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()
9 __u8 icmp6_type; member