Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c76 #define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct ip6_reass_helper) - IP6_FRAG_HLEN))
92 struct ip6_reass_helper { struct
118 LWIP_ASSERT("sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN, set IPV6_FRAG_COPYHEADER to 1", in ip6_reass_tmr()
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()
431 /* Make room for struct ip6_reass_helper (only required if sizeof(void*) > 4). in ip6_reass()
435 LWIP_ASSERT("no room for struct ip6_reass_helper", hdrer in ip6_reass()
[all...]

Completed in 2 milliseconds