Home
last modified time | relevance | path

Searched refs:ip6_reass_helper (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dip6_frag.c76 #define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct ip6_reass_helper) - IP6_FRAG_HLEN))
92 struct ip6_reass_helper { struct
119 sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN); in ip6_reass_tmr()
174 struct ip6_reass_helper *iprh; in ip6_reass_free_complete_datagram()
177 iprh = (struct ip6_reass_helper *)ipr->p->payload; in ip6_reass_free_complete_datagram()
214 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass_free_complete_datagram()
295 struct ip6_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip6_reass()
439 sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN); in ip6_reass()
446 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass()
454 iprh_tmp = (struct ip6_reass_helper*)q->payload; in ip6_reass()
[all …]
/third_party/lwip/
D0081-ip6-hdr.patch127 iprh = (struct ip6_reass_helper*) ipr->p->payload;
132 - /* hide the extra bytes borrowed from ip6_hdr for struct ip6_reass_helper */
133 + /* hide the extra bytes borrowed from ip6hdr for struct ip6_reass_helper */
136 LWIP_ASSERT("no room for struct ip6_reass_helper", hdrerr == 0);
DCHANGELOG838 instead of referencing it, which gives more room for struct ip6_reass_helper