Searched refs:tcp_sndbuf (Results 1 – 3 of 3) sorted by relevance
324 #define tcp_sndbuf(pcb) ((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) &&1223 available = tcp_sndbuf(conn->pcb.tcp);1252 ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
201 be retrieved with the tcp_sndbuf() function.204 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,