Home
last modified time | relevance | path

Searched refs:tcpwindowsize (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1499 if (tcpwindowsize) { in initconn()
1501 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
1504 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
1627 if (tcpwindowsize) { in initconn()
1629 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
1632 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
H A Dftp_var.h137 extern int tcpwindowsize; /* TCP window size for the data connection */
H A Dcmds.c2121 int owindowsize = tcpwindowsize; in settcpwindow()
2138 tcpwindowsize = window; in settcpwindow()
2140 if (tcpwindowsize == 0) { in settcpwindow()
2146 (void) printf("TCP window size is set to %d\n", tcpwindowsize); in settcpwindow()
H A Dmain.c83 int tcpwindowsize; variable