Home
last modified time | relevance | path

Searched refs:snd_buf (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h232 u16_t snd_buf; /* Available buffer space for sending (in bytes). */ member
326 #define tcp_sndbuf(pcb) ((pcb)->snd_buf)
/lk-master/external/lib/lwip/core/
A Dtcp_out.c308 if (len > pcb->snd_buf) { in tcp_write_checks()
310 len, pcb->snd_buf)); in tcp_write_checks()
677 pcb->snd_buf -= len; in tcp_write()
757 if (pcb->snd_buf == 0) { in tcp_enqueue_flags()
804 pcb->snd_buf--; in tcp_enqueue_flags()
A Dtcp_in.c634 pcb->snd_buf++; in tcp_process()
977 pcb->snd_buf += pcb->acked; in tcp_receive()
A Dtcp.c1309 pcb->snd_buf = TCP_SND_BUF; in tcp_alloc()

Completed in 10 milliseconds