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()
366 struct ip_reass_helper *iprh, *iprh_tmp, *iprh_prev = NULL; in ip_reass_chain_frag_into_datagram_and_validate() local
389 iprh = (struct ip_reass_helper *)new_p->payload; in ip_reass_chain_frag_into_datagram_and_validate()
390 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()
391 iprh->start = offset; in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
/third_party/lwip/src/core/ipv6/
Dip6_frag.c174 struct ip6_reass_helper *iprh; in ip6_reass_free_complete_datagram() local
177 iprh = (struct ip6_reass_helper *)ipr->p->payload; in ip6_reass_free_complete_datagram()
178 if (iprh->start == 0) { in ip6_reass_free_complete_datagram()
182 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()
185 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram()
214 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass_free_complete_datagram()
217 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()
295 struct ip6_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip6_reass() local
446 iprh = (struct ip6_reass_helper *)p->payload; in ip6_reass()
535 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass()
[all …]