Home | History | Annotate | Download | only in netcat

Lines Matching refs:tcp

41 #include <netinet/tcp.h>
83 int uflag; /* UDP - Default to TCP */
90 int Iflag; /* TCP receive buffer size */
91 int Oflag; /* TCP send buffer size */
93 int Sflag; /* TCP MD5 signature option */
252 errx(1, "TCP receive window %s: %s",
262 errx(1, "TCP send window %s: %s",
478 uflag ? "udp" : "tcp");
484 uflag ? "udp" : "tcp",
640 uflag ? "udp" : "tcp");
980 err(1, "set TCP receive buffer size");
985 err(1, "set TCP send buffer size");
1049 \t-I length TCP receive buffer length\n\
1054 \t-O length TCP send buffer length\n\
1058 \t-S Enable the TCP MD5 signature option\n\