Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c163 struct ip_reass_helper *iprh; in ip_reass_free_complete_datagram() local
172 iprh = (struct ip_reass_helper *)ipr->p->payload; in ip_reass_free_complete_datagram()
173 if (iprh->start == 0) { in ip_reass_free_complete_datagram()
177 ipr->p = iprh->next_pbuf; in ip_reass_free_complete_datagram()
193 iprh = (struct ip_reass_helper *)p->payload; in ip_reass_free_complete_datagram()
196 p = iprh->next_pbuf; in ip_reass_free_complete_datagram()
333 struct ip_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip_reass_chain_frag_into_datagram_and_validate() local
349 iprh = (struct ip_reass_helper*)new_p->payload; in ip_reass_chain_frag_into_datagram_and_validate()
350 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()
351 iprh->start = offset; in ip_reass_chain_frag_into_datagram_and_validate()
[all …]