Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dip6_frag.h90 struct ip6_reassdata { struct
91 struct ip6_reassdata *next; argument
92 struct pbuf *p;
95 ip6_addr_p_t src; /* copy of the source 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;
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip6_frag.h80 struct ip6_reassdata { struct
81 struct ip6_reassdata *next; argument
82 struct pbuf *p;
83 struct ip6_hdr IPV6_FRAG_HDRPTR iphdr;
84 u32_t identification;
85 u16_t datagram_len;
86 u8_t nexth;
87 u8_t timer;

Completed in 10 milliseconds