Searched defs:icmp6_hdr (Results 1 – 6 of 6) sorted by relevance
89 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct90 uint8 icmp6_type;91 uint8 icmp6_code;115 struct icmp6_hdr icmph; argument
91 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct92 uint8 icmp6_type;93 uint8 icmp6_code;94 uint16 icmp6_cksum;95 BWL_PRE_PACKED_STRUCT union {121 struct icmp6_hdr icmph; argument
87 BWL_PRE_PACKED_STRUCT struct icmp6_hdr { struct88 uint8 icmp6_type;89 uint8 icmp6_code;90 uint16 icmp6_cksum;91 BWL_PRE_PACKED_STRUCT union {117 struct icmp6_hdr icmph; argument
24 struct icmp6_hdr { struct25 uint8_t icmp6_type;26 uint8_t icmp6_code;27 uint16_t icmp6_cksum;28 union {32 } icmp6_dataun;
3678 struct icmp6hdr *icmp6_hdr = NULL; in xradio_set_na() local