HomeSort by relevance Sort by last modified time
    Searched refs:icmp6_type (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
icmp6.h 73 u_int8_t icmp6_type; /* type field */ member in struct:icmp6_hdr
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
print-icmp6.c 266 printf("ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type));
269 if (vflag && (dp->icmp6_type ==
279 switch (dp->icmp6_type) {
    [all...]

Completed in 18 milliseconds