Searched refs:tcp_sndbuf (Results 1 – 3 of 3) sorted by relevance
326 #define tcp_sndbuf(pcb) ((pcb)->snd_buf) macro
88 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
295 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&329 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1253 available = tcp_sndbuf(conn->pcb.tcp);1279 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
Completed in 9 milliseconds