Searched defs:icmp6_hdr (Results 1 – 4 of 4) sorted by relevance
138 struct icmp6_hdr { struct
71 struct icmp6_hdr { struct72 u_int8_t icmp6_type; /* type field */73 u_int8_t icmp6_code; /* code field */74 u_int16_t icmp6_cksum; /* checksum field */75 union {79 } icmp6_dataun;
81 struct icmp6_hdr { struct82 uint8_t icmp6_type; /* type field */83 uint8_t icmp6_code; /* code field */84 uint16_t icmp6_cksum; /* checksum field */85 union {89 } icmp6_dataun;
414 struct icmp6_hdr icmp6_hdr; in test92c() local