Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dip4_frag.c187 clen = pbuf_clen(p); in ip_reass_free_complete_datagram()
203 clen = pbuf_clen(pcur); in ip_reass_free_complete_datagram()
535 clen = pbuf_clen(p); in ip4_reass()
666 clen = pbuf_clen(p); in ip4_reass()
/third_party/lwip/src/core/ipv6/
Dip6_frag.c182 clen = pbuf_clen(p); in ip6_reass_free_complete_datagram()
198 clen = pbuf_clen(pcur); in ip6_reass_free_complete_datagram()
291 clen = pbuf_clen(p); in ip6_reass()
649 clen = pbuf_clen(p); in ip6_reass()
/third_party/lwip/src/core/
Dtcp_out.c553 queuelen += pbuf_clen(concat_p); in tcp_write()
571 queuelen += pbuf_clen(concat_p); in tcp_write()
654 queuelen += pbuf_clen(p); in tcp_write()
929 pcb->snd_queuelen -= pbuf_clen(useg->p); in tcp_split_unsent_seg()
942 pcb->snd_queuelen += pbuf_clen(useg->p); in tcp_split_unsent_seg()
967 pcb->snd_queuelen += pbuf_clen(seg->p); in tcp_split_unsent_seg()
1123 pcb->snd_queuelen += pbuf_clen(seg->p); in tcp_enqueue_flags()
Dtcp_in.c1109 clen = pbuf_clen(next->p);
1843 ooseq_qlen += pbuf_clen(p);
Dpbuf.c809 pbuf_clen(const struct pbuf *p) in pbuf_clen() function
Dnetif.c1119 clen = pbuf_clen(r); in netif_loop_output()
/third_party/lwip/src/include/lwip/
Dpbuf.h294 u16_t pbuf_clen(const struct pbuf *p);
/third_party/lwip/test/unit/tcp/
Dtest_tcp_oos.c46 num += pbuf_clen(seg->p); in tcp_oos_pbuf_count()
/third_party/lwip/src/apps/http/
Dhttpd.c2124 clen = pbuf_clen(hs->req);
/third_party/lwip/
DCHANGELOG3482 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p).