Home
last modified time | relevance | path

Searched refs:tcp_sndbuf (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd.c525 max_len = tcp_sndbuf(pcb); in http_write()
540 if ((tcp_sndbuf(pcb) == 0) || in http_write()
983 len = tcp_sndbuf(pcb);
1091 count = tcp_sndbuf(pcb);
1201 len = tcp_sndbuf(pcb);
1215 if(tcp_sndbuf(pcb) == 0) {
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c661 u16_t available = tcp_sndbuf(socket->pcb.tcp); in lwip_tcp_send()
678 while (socket->state >= STATE_CONNECTED && (available = tcp_sndbuf(socket->pcb.tcp)) < 16) { in lwip_tcp_send()
715 if (err == ERR_OK && tcp_sndbuf(socket->pcb.tcp) < TCP_SND_BUF / 4) { in lwip_tcp_send()
1290 if (bufinfo.len > tcp_sndbuf(socket->pcb.tcp)) { in lwip_socket_sendall()
1472 } else if (socket->pcb.tcp != NULL && tcp_sndbuf(socket->pcb.tcp) > 0) { in lwip_socket_ioctl()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dtcp.h362 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dtcp.h415 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c323 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
357 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
1543 available = tcp_sndbuf(conn->pcb.tcp);
1566 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h101 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h101 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \

Completed in 87 milliseconds