Searched defs:icmp6_hdr (Results 1 – 3 of 3) sorted by relevance
25 struct icmp6_hdr { struct26 uint8_t icmp6_type;27 uint8_t icmp6_code;28 uint16_t icmp6_cksum;29 union {33 } 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;
74 struct icmp6_hdr { struct75 nd_uint8_t icmp6_type; /* type field */76 nd_uint8_t icmp6_code; /* code field */77 nd_uint16_t icmp6_cksum; /* checksum field */78 union {83 } icmp6_dataun;