Lines Matching defs:ip6_reassdata
90 struct ip6_reassdata { struct
91 struct ip6_reassdata *next; argument
92 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;
106 u8_t nexth;
107 u8_t timer;
109 u8_t src_zone; /* zone of original packet's source address */
110 u8_t dest_zone; /* zone of original packet's destination address */