Searched refs:tcp_sndbuf (Results 1 – 5 of 5) sorted by relevance
190 #define altcp_sndbuf tcp_sndbuf
443 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
380 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&410 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&443 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1744 available = tcp_sndbuf(conn->pcb.tcp);1794 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
398 return tcp_sndbuf(pcb); in altcp_tcp_sndbuf()
104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \