Home
last modified time | relevance | path

Searched refs:pbuf_header_force (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c188 if (pbuf_header_force(p, (s16_t)((u8_t*)p->payload - (u8_t*)ipr->iphdr))) { in ip6_reass_free_complete_datagram()
433 u8_t hdrerr = pbuf_header_force(p, IPV6_FRAG_REQROOM); in ip6_reass()
674 if (pbuf_header_force(p, (s16_t)((u8_t*)p->payload - (u8_t*)iphdr_ptr))) { in ip6_reass()
/third_party/lwip/src/include/lwip/
H A Dpbuf.h287 u8_t pbuf_header_force(struct pbuf *p, s16_t header_size);
/third_party/lwip/src/core/ipv4/
H A Dip4.c775 pbuf_header_force(p, (s16_t)iphdr_hlen); /* Move to ip header, no check necessary. */
/third_party/lwip/src/core/
H A Dpbuf.c656 pbuf_header_force(struct pbuf *p, s16_t header_size_increment) in pbuf_header_force() function
H A Dudp.c444 pbuf_header_force(p, (s16_t)(ip_current_header_tot_len() + UDP_HLEN));

Completed in 11 milliseconds