Home
last modified time | relevance | path

Searched refs:iprh (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dip4_frag.c169 struct ip_reass_helper *iprh; in ip_reass_free_complete_datagram() local
178 iprh = (struct ip_reass_helper *)ipr->p->payload; in ip_reass_free_complete_datagram()
179 if (iprh->start == 0) { in ip_reass_free_complete_datagram()
183 ipr->p = iprh->next_pbuf; in ip_reass_free_complete_datagram()
199 iprh = (struct ip_reass_helper *)p->payload; in ip_reass_free_complete_datagram()
202 p = iprh->next_pbuf; in ip_reass_free_complete_datagram()
346 struct ip_reass_helper *iprh, *iprh_tmp, *iprh_prev = NULL; in ip_reass_chain_frag_into_datagram_and_validate() local
369 iprh = (struct ip_reass_helper *)new_p->payload; in ip_reass_chain_frag_into_datagram_and_validate()
370 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()
371 iprh->start = offset; in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
/third_party/lwip/src/core/ipv6/
Dip6_frag.c154 struct ip6_reass_helper *iprh; in ip6_reass_free_complete_datagram() local
157 iprh = (struct ip6_reass_helper *)ipr->p->payload; in ip6_reass_free_complete_datagram()
158 if (iprh->start == 0) { in ip6_reass_free_complete_datagram()
162 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()
165 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram()
194 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass_free_complete_datagram()
197 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()
275 struct ip6_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip6_reass() local
426 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass()
515 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass()
[all …]