Searched defs:ip6_reassdata (Results 1 – 1 of 1) sorted by relevance
90 struct ip6_reassdata { struct91 struct ip6_reassdata *next; argument92 struct pbuf *p;93 struct ip6_hdr *iphdr; /* pointer to the first (original) IPv6 header */95 ip6_addr_p_t src; /* copy of the source address in the IP header */96 ip6_addr_p_t dest; /* copy of the destination address in the IP header */99 u8_t orig_hdr[sizeof(struct ip6_frag_hdr) + sizeof(void*)];102 u8_t orig_hdr[sizeof(struct ip6_frag_hdr)];104 u32_t identification;105 u16_t datagram_len;[all …]