Searched defs:icmp6_hdr (Results 1 – 3 of 3) sorted by relevance
39 struct icmp6_hdr struct41 uint8_t icmp6_type; /* type field */42 uint8_t icmp6_code; /* code field */43 uint16_t icmp6_cksum; /* checksum field */45 {49 } icmp6_dataun;
72 struct icmp6_hdr { struct73 u_int8_t icmp6_type; /* type field */74 u_int8_t icmp6_code; /* code field */75 u_int16_t icmp6_cksum; /* checksum field */76 union {80 } icmp6_dataun;
84 static inline struct icmp6hdr *icmp6_hdr(const struct sk_buff *skb) in icmp6_hdr() function