Home
last modified time | relevance | path

Searched defs:ip6_reassdata (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6_frag.h90 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;
[all …]