Searched refs:tcp_sndbuf (Results 1 – 6 of 6) sorted by relevance
191 #define altcp_sndbuf tcp_sndbuf
434 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
105 (es->p->len <= tcp_sndbuf(tpcb))) { in tcpecho_raw_send()
383 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&417 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1689 available = tcp_sndbuf(conn->pcb.tcp);1739 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
399 return tcp_sndbuf(pcb); in altcp_tcp_sndbuf()
Completed in 23 milliseconds