Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c94 struct ip_reass_helper { struct
165 struct ip_reass_helper *iprh; in ip_reass_free_complete_datagram()
174 iprh = (struct ip_reass_helper *)ipr->p->payload; in ip_reass_free_complete_datagram()
195 iprh = (struct ip_reass_helper *)p->payload; in ip_reass_free_complete_datagram()
341 struct ip_reass_helper *iprh, *iprh_tmp, *iprh_prev=NULL; in ip_reass_chain_frag_into_datagram_and_validate()
356 sizeof(struct ip_reass_helper) <= IP_HLEN); in ip_reass_chain_frag_into_datagram_and_validate()
357 iprh = (struct ip_reass_helper*)new_p->payload; in ip_reass_chain_frag_into_datagram_and_validate()
365 iprh_tmp = (struct ip_reass_helper*)q->payload; in ip_reass_chain_frag_into_datagram_and_validate()
441 iprh = (struct ip_reass_helper*)q->payload; in ip_reass_chain_frag_into_datagram_and_validate()
489 struct ip_reass_helper *iprh; in ip4_reass()
[all …]

Completed in 3 milliseconds