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

  /external/tcpdump/
icmp6.h 170 struct mld6_hdr { struct
171 struct icmp6_hdr mld6_hdr; member in struct:mld6_hdr
175 #define mld6_type mld6_hdr.icmp6_type
176 #define mld6_code mld6_hdr.icmp6_code
177 #define mld6_cksum mld6_hdr.icmp6_cksum
178 #define mld6_maxdelay mld6_hdr.icmp6_data16[0]
179 #define mld6_reserved mld6_hdr.icmp6_data16[1]
print-icmp6.c 729 struct mld6_hdr *mp = (struct mld6_hdr *)bp;
    [all...]

Completed in 74 milliseconds