Searched defs:icmp6_hdr (Results 1 – 1 of 1) sorted by relevance
48 typedef struct icmp6_hdr { struct49 uint8_t icmp6_type; /* type field */50 uint8_t icmp6_code; /* code field */51 uint16_t icmp6_cksum; /* checksum field */75 struct icmp6_hdr mld_icmp6_hdr; argument