Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1495 if (tcpwindowsize) { in initconn()
1497 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
1500 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
1623 if (tcpwindowsize) { in initconn()
1625 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
1628 (char *)&tcpwindowsize, sizeof (tcpwindowsize)) < 0) in initconn()
H A Dftp_var.h142 EXTERN int tcpwindowsize; /* TCP window size for the data connection */ variable
H A Dcmds.c2124 int owindowsize = tcpwindowsize; in settcpwindow()
2141 tcpwindowsize = window; in settcpwindow()
2143 if (tcpwindowsize == 0) { in settcpwindow()
2149 (void) printf("TCP window size is set to %d\n", tcpwindowsize); in settcpwindow()