Searched refs:tcp (Results 276 - 300 of 385) sorted by last modified time

<<111213141516

/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A DMakefile.in64 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A DMakefile.in65 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A DMakefile.in61 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in63 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.in66 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in65 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in68 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.in66 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A DMakefile.in65 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A DMakefile.in62 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in81 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dinetd.conf6 telnet stream tcp nowait root /usr/libexec/telnetd telnetd
12 #daytime stream tcp nowait root internal
14 #time stream tcp nowait root internal
16 #echo stream tcp nowait root internal
18 #discard stream tcp nowait root internal
20 #chargen stream tcp nowait root internal
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Drc.network62 sysctl net.inet.tcp.rfc1323=0 >/dev/null 2>&1
63 sysctl net.inet.tcp.rfc1644=0 >/dev/null 2>&1
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c49 #include <netinet/tcp.h>
82 fprintf(stderr, " proto: {ip|tcp|udp|icmp}\n\n");
504 printf("sorry, tcp stats not available\n");
713 if (strcmp(proto, "tcp") == 0)
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/mib/
H A DMakefile11 tst.tcp.ksh \
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsiftr.d26 #pragma D depends_on provider tcp
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
43 # 3 x tcp:::send (2 during the TCP handshake, then a FIN)
45 # 2 x tcp:::receive (1 during the TCP handshake, then the FIN ACK)
51 # TCP close will enter the IP code path and not use tcp fusion.
83 Proto => "tcp",
105 tcp:::send
118 tcp:::receive
129 printf("tcp:::send - %s\n", tcpsend >= 5 ? "yes" : "no");
130 printf("tcp:::receive - %s\n", tcpreceive >= 5 ? "yes" : "no");
H A Dtst.ipv4remotetcp.ksh28 # Test {tcp,ip}:::{send,receive} of IPv4 TCP to a remote host.
43 # 3 x tcp:::send (2 during the TCP handshake, then a FIN)
45 # 2 x tcp:::receive (1 during the TCP handshake, then the FIN ACK)
73 Proto => "tcp",
95 tcp:::send
108 tcp:::receive
119 printf("tcp:::send - %s\n", tcpsend >= 3 ? "yes" : "no");
120 printf("tcp:::receive - %s\n", tcpreceive >= 2 ? "yes" : "no");
H A Dtst.localtcpstate.ksh28 # Test tcp:::state-change and tcp:::{send,receive} by connecting to
31 # A number of state transition events along with tcp fusion send and
47 # 4 x tcp:::send (2 during the TCP handshake, 1 message then a FIN)
49 # 3 x tcp:::receive (1 during the TCP handshake, 1 message then the FIN ACK)
52 # source and destination events. The actual tcp count tested is 7
56 # TCP close will enter the IP code path and not use tcp fusion.
75 Proto => "tcp",
99 tcp:::send
113 tcp
[all...]
H A Dtst.remotetcpstate.ksh28 # Test tcp:::state-change and tcp:::{send,receive} by connecting to
31 # A number of state transition events along with tcp send and receive
47 # 4 x tcp:::send (2 during the TCP handshake, the messages, then a FIN)
49 # 3 x tcp:::receive (1 during the TCP handshake, the response, then the FIN ACK)
52 # TCP close will enter the IP code path and not use tcp fusion.
80 Proto => "tcp",
104 tcp:::send
118 tcp:::receive
125 tcp
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A Dcomplete.c218 char *tcp; local
220 tcp = ftp_strdup(dp->d_name);
221 ftp_sl_add(words, tcp);
319 char *tcp; local
327 tcp = strrchr(cp, '/');
328 if (tcp)
329 tcp++;
331 tcp = cp;
332 tcp = ftp_strdup(tcp);
[all...]
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dfilter.c26 #include <netinet/tcp.h>
284 * pass [quick] [log] inet[6] proto tcp \
305 * nat inet[6] proto tcp from $src to $dst port $d_port -> $nat
311 * rdr inet[6] proto tcp from $src to $dst port $d_port -> $rdr
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dfilter.c29 #include <netinet/tcp.h>
293 * pass quick [log] inet[6] proto tcp \
316 * nat inet[6] proto tcp from $src to $dst port $d_port -> $nat
322 * rdr inet[6] proto tcp from $src to $dst port $d_port -> $rdr
/freebsd-11-stable/contrib/sendmail/contrib/
H A DsocketmapClient.pl16 if ($connection =~ /tcp:(.+):([0-9]*)/) {
20 Proto => 'tcp',
H A DsocketmapServer.pl13 if ($connection =~ /tcp:(.+):([0-9]*)/) {
17 Proto => 'tcp',

Completed in 209 milliseconds

<<111213141516