Searched defs:icmp6_hdr (Results 1 – 3 of 3) sorted by relevance
58 struct icmp6_hdr { struct59 u_int8_t icmp6_type;60 u_int8_t icmp6_code;61 u_int16_t icmp6_cksum;62 union {66 } icmp6_dataun;
24 struct icmp6_hdr { struct25 uint8_t icmp6_type;26 uint8_t icmp6_code;27 uint16_t icmp6_cksum;28 union {32 } icmp6_dataun;
76 struct icmp6_hdr { struct77 nd_uint8_t icmp6_type; /* type field */78 nd_uint8_t icmp6_code; /* code field */79 nd_uint16_t icmp6_cksum; /* checksum field */80 union {85 } icmp6_dataun;