Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/regression/netinet/tcpconnect/
DREADME.tcp-md51 # $FreeBSD: stable/12/tools/regression/netinet/tcpconnect/README.tcp-md5 174032 2007-11-28 20:33:58…
16 * compile tcpconnect in here running:
23 ./tcpconnect server 2345
26 ./tcpconnect client 127.0.0.1 2345 1 tcpmd5
DMakefile5 PROG= tcpconnect
/freebsd-12-stable/tools/tools/netrate/tcpconnect/
DMakefile3 PROG= tcpconnect
/freebsd-12-stable/crypto/openssh/
Dssh-keyscan.c352 tcpconnect(char *host) in tcpconnect() function
400 } while ((s = tcpconnect(name)) < 0); in conalloc()