Home
last modified time | relevance | path

Searched refs:pbuf_clen (Results 1 - 9 of 9) sorted by relevance

/third_party/lwip/src/core/ipv4/
H A Dip4_frag.c187 clen = pbuf_clen(p); in ip_reass_free_complete_datagram()
203 clen = pbuf_clen(pcur); in ip_reass_free_complete_datagram()
555 clen = pbuf_clen(p); in ip4_reass()
686 clen = pbuf_clen(p); in ip4_reass()
/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c202 clen = pbuf_clen(p); in ip6_reass_free_complete_datagram()
218 clen = pbuf_clen(pcur); in ip6_reass_free_complete_datagram()
311 clen = pbuf_clen(p); in ip6_reass()
669 clen = pbuf_clen(p); in ip6_reass()
/third_party/lwip/src/core/
H A Dtcp_out.c565 queuelen += pbuf_clen(concat_p); in tcp_write()
583 queuelen += pbuf_clen(concat_p); in tcp_write()
666 queuelen += pbuf_clen(p); in tcp_write()
941 pcb->snd_queuelen -= pbuf_clen(useg->p); in tcp_split_unsent_seg()
954 pcb->snd_queuelen += pbuf_clen(useg->p); in tcp_split_unsent_seg()
979 pcb->snd_queuelen += pbuf_clen(seg->p); in tcp_split_unsent_seg()
1135 pcb->snd_queuelen += pbuf_clen(seg->p); in tcp_enqueue_flags()
H A Dpbuf.c809 pbuf_clen(const struct pbuf *p) in pbuf_clen() function
H A Dtcp_in.c1143 clen = pbuf_clen(next->p);
1146 LWIP_ASSERT("pcb->snd_queuelen >= pbuf_clen(next->p)", (pcb->snd_queuelen >= clen));
1877 ooseq_qlen += pbuf_clen(p);
H A Dnetif.c1241 clen = pbuf_clen(r);
/third_party/lwip/src/include/lwip/
H A Dpbuf.h294 u16_t pbuf_clen(const struct pbuf *p);
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp_oos.c46 num += pbuf_clen(seg->p); in tcp_oos_pbuf_count()
/third_party/lwip/src/apps/http/
H A Dhttpd.c2124 clen = pbuf_clen(hs->req);

Completed in 29 milliseconds