Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/ipv6/
A Dip6_frag.c162 ipr->p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()
197 p = iprh->next_pbuf; in ip6_reass_free_complete_datagram()
281 struct pbuf *q, *next_pbuf; in ip6_reass() local
427 next_pbuf = NULL; in ip6_reass()
451 next_pbuf = q; in ip6_reass()
479 q = iprh_tmp->next_pbuf; in ip6_reass()
521 iprh->next_pbuf = next_pbuf; in ip6_reass()
541 q = iprh->next_pbuf; in ip6_reass()
549 q = iprh->next_pbuf; in ip6_reass()
559 next_pbuf = iprh->next_pbuf; in ip6_reass()
[all …]
/lib/lwip/lwip/src/core/ipv4/
A Dip4_frag.c99 PACK_STRUCT_FIELD(struct pbuf *next_pbuf);
183 ipr->p = iprh->next_pbuf; in ip_reass_free_complete_datagram()
202 p = iprh->next_pbuf; in ip_reass_free_complete_datagram()
370 iprh->next_pbuf = NULL; in ip_reass_chain_frag_into_datagram_and_validate()
384 iprh->next_pbuf = q; in ip_reass_chain_frag_into_datagram_and_validate()
393 iprh_prev->next_pbuf = new_p; in ip_reass_chain_frag_into_datagram_and_validate()
428 q = iprh_tmp->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()
440 iprh_prev->next_pbuf = new_p; in ip_reass_chain_frag_into_datagram_and_validate()
466 q = iprh->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()
474 q = iprh->next_pbuf; in ip_reass_chain_frag_into_datagram_and_validate()
[all …]
/lib/lwip/lwip/src/netif/ppp/
A Dpppos.c483 struct pbuf *next_pbuf; in pppos_input() local
709 next_pbuf = pbuf_alloc(PBUF_RAW, pbuf_alloc_len, PBUF_POOL); in pppos_input()
710 if (next_pbuf == NULL) { in pppos_input()
721 u8_t *payload = ((u8_t*)next_pbuf->payload) + pbuf_alloc_len; in pppos_input()
725 next_pbuf->len += sizeof(struct pppos_input_header); in pppos_input()
727 next_pbuf->len += sizeof(pppos->in_protocol); in pppos_input()
730 pppos->in_head = next_pbuf; in pppos_input()
732 pppos->in_tail = next_pbuf; in pppos_input()

Completed in 13 milliseconds