Searched refs:tcp_sndbuf (Results 1 – 15 of 15) sorted by relevance
185 #define altcp_sndbuf tcp_sndbuf
434 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
326 #define tcp_sndbuf(pcb) ((pcb)->snd_buf) macro
88 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
529 max_len = tcp_sndbuf(pcb); in http_write()544 if ((tcp_sndbuf(pcb) == 0) || in http_write()984 len = tcp_sndbuf(pcb);1092 count = tcp_sndbuf(pcb);1202 len = tcp_sndbuf(pcb);1216 if(tcp_sndbuf(pcb) == 0) {
369 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
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) &&1254 available = tcp_sndbuf(conn->pcb.tcp);1280 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
324 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&358 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1536 available = tcp_sndbuf(conn->pcb.tcp);1559 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
380 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&414 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1685 available = tcp_sndbuf(conn->pcb.tcp);1735 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
393 return tcp_sndbuf(pcb); in altcp_tcp_sndbuf()
101 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
210 u16_t send_len = tcp_sndbuf(tpcb); in mqtt_output_send()230 send_len = LWIP_MIN(tcp_sndbuf(tpcb), mqtt_ringbuf_linear_read_length(rb)); in mqtt_output_send()
104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
207 be retrieved with the tcp_sndbuf() function.210 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,
228 be retrieved with the tcp_sndbuf() function.231 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,