Home
last modified time | relevance | path

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

/lib/liblwip/src/core/ipv4/
Dip_frag.c181 clen = pbuf_clen(p); in ip_reass_free_complete_datagram()
197 clen = pbuf_clen(pcur); in ip_reass_free_complete_datagram()
463 ip_reass_pbufcount -= pbuf_clen(new_p); in ip_reass_chain_frag_into_datagram_and_validate()
501 clen = pbuf_clen(p); in ip_reass()
599 ip_reass_pbufcount -= pbuf_clen(p); in ip_reass()
/lib/liblwip/src/include/lwip/
Dpbuf.h156 u8_t pbuf_clen(struct pbuf *p);
/lib/liblwip/src/core/
Dtcp_in.c1020 … LWIP_ASSERT("pcb->snd_queuelen >= pbuf_clen(next->p)", (pcb->snd_queuelen >= pbuf_clen(next->p))); in tcp_receive()
1026 pcb->snd_queuelen -= pbuf_clen(next->p); in tcp_receive()
1070 … LWIP_ASSERT("pcb->snd_queuelen >= pbuf_clen(next->p)", (pcb->snd_queuelen >= pbuf_clen(next->p))); in tcp_receive()
1075 pcb->snd_queuelen -= pbuf_clen(next->p); in tcp_receive()
1500 ooseq_qlen += pbuf_clen(p); in tcp_receive()
Dnetif.c640 clen = pbuf_clen(r); in netif_loop_output()
719 u8_t clen = pbuf_clen(in); in netif_poll()
Dtcp_out.c507 queuelen += pbuf_clen(concat_p); in tcp_write()
575 queuelen += pbuf_clen(p); in tcp_write()
811 pcb->snd_queuelen += pbuf_clen(seg->p); in tcp_enqueue_flags()
Dpbuf.c704 pbuf_clen(struct pbuf *p) in pbuf_clen() function
/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c45 num += pbuf_clen(seg->p); in tcp_oos_pbuf_count()
/lib/liblwip/
DCHANGELOG2283 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p).