Home
last modified time | relevance | path

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

123456789

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dtcpconnect.h26 class tcpconnect; variable
28 typedef std::shared_ptr<tcpconnect> tDlStreamHandle;
30 class tcpconnect
33 virtual ~tcpconnect();
45 tcpconnect operator=(const tcpconnect&);
46 tcpconnect(const tcpconnect&) =default;
47 tcpconnect(cfg::tRepoData::IHookHandler *pStateReport);
112 friend class tcpconnect;
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dtcpconnect.cc58 tcpconnect::tcpconnect(cfg::tRepoData::IHookHandler *pObserver) : m_pStateObserver(pObserver) in tcpconnect() function in acng::tcpconnect
66 tcpconnect::~tcpconnect() in ~tcpconnect()
188 inline bool tcpconnect::_Connect(string & sErrorMsg, int timeout) in _Connect()
258 void tcpconnect::Disconnect() in Disconnect()
299 p.reset(new tcpconnect(pStateTracker)); in CreateConnected()
333 p.reset(new tcpconnect(pStateTracker)); in CreateConnected()
452 void tcpconnect::KillLastFile() in KillLastFile()
489 bool tcpconnect::SSLinit(mstring &sErr, cmstring &sHostname, cmstring &sPort) in SSLinit()
638 bool tcpconnect::StartTunnel(const tHttpUrl& realTarget, mstring& sError, in StartTunnel()
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dtcpconnect.C140 tcpconnect (in_addr addr, u_int16_t port, cbi cb) in tcpconnect() function
146 tcpconnect (str hostname, u_int16_t port, cbi cb, in tcpconnect() function
205 cons.push_back (tcpconnect (*(in_addr *) h->h_addr, srvl->s_srvs[n].port, in nextsrv()
216 cons.push_back (tcpconnect (inaddr_cast ((*hint)->h_address), in nextsrv()
221 cons.push_back (tcpconnect (srvl->s_srvs[n].name, srvl->s_srvs[n].port, in nextsrv()
313 cons.push_back (tcpconnect (*(in_addr *) h->h_addr, defport, in maybe_start()
H A Dasync.h67 tcpconnect_t *tcpconnect (in_addr addr, u_int16_t port, cbi cb);
68 tcpconnect_t *tcpconnect (str hostname, u_int16_t port, cbi cb,
H A DMakefile.am16 …resolvconf.C rxx.C socket.C spawn.C str.C str2file.C straux.C suio++.C suio_vuprintf.C tcpconnect.C
H A DMakefile.in136 suio_vuprintf.$(OBJEXT) tcpconnect.$(OBJEXT)
378 …resolvconf.C rxx.C socket.C spawn.C str.C str2file.C straux.C suio++.C suio_vuprintf.C tcpconnect.C
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpconnect.Po@am__quote@
/dports/devel/libmill/libmill-1.18/perf/
H A Dc10k.c34 tcpsock s = tcpconnect(iplocal("127.0.0.1", 5555, 0), -1); in connector()
42 tcpsock s = tcpconnect(iplocal("127.0.0.1", 5555, 0), -1); in sender()
/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dtcp.c32 int tcpconnect(struct server *server, int timeout, char * text);
50 tcpconnect, /* connecter */
82 int tcpconnect(struct server *server, int timeout, char *text) { in tcpconnect() function
224 tcpconnect(server, 0, "tcpclientrd"); in tcpclientrd()
/dports/devel/libmill/libmill-1.18/tests/
H A Dtcp.c35 tcpsock cs = tcpconnect(addr, -1); in client()
59 tcpsock conn = tcpconnect(addr, -1); in client2()
/dports/mail/nullmailer/nullmailer-2.2/lib/
H A Dtcpconnect.cc85 int tcpconnect(const char* hostname, int port, const char* source) in tcpconnect() function
147 int tcpconnect(const char* hostname, int port, const char* source) in tcpconnect() function
H A Dconnect.h4 extern int tcpconnect(const char* hostname, int port, const char* source);
H A DMakefile.am16 connect.h tcpconnect.cc \
H A DMakefile.in115 tcpconnect.$(OBJEXT) errcodes.$(OBJEXT) hostname.$(OBJEXT) \
347 connect.h tcpconnect.cc \
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpconnect.Po@am__quote@
/dports/security/dcetest/dcetest/
H A Dtcpstuff.h22 tcpconnect(const char * host, const unsigned short port );
H A Dtcpstuff.c46 tcpconnect(const char * host, const unsigned short port ) in tcpconnect() function
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/
H A Dtcp.h76 InetPort tcpconnect( tcpstream *s, InetHost addr, InetPort port );
/dports/net/ndisc6/ndisc6-1.0.5/src/
H A Dtcpspray.c61 static int tcpconnect (const char *host, const char *serv) in tcpconnect() function
133 int fd = tcpconnect (host, serv); in tcpspray()
/dports/mail/nullmailer/nullmailer-2.2/protocols/
H A Dprotocol.cc147 int fd = tcpconnect(remote, port, source); in cli_main()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/whatsapp/
H A Dwhatsapp.go35 var endpointPattern = regexp.MustCompile(`^tcpconnect://e[0-9]{1,2}\.whatsapp\.net:[0-9]{3,5}$`)
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/whatsapp/
H A Dwhatsapp.go35 var endpointPattern = regexp.MustCompile(`^tcpconnect://e[0-9]{1,2}\.whatsapp\.net:[0-9]{3,5}$`)
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dssh-keyscan.c293 tcpconnect(char *host) in tcpconnect() function
339 } while ((s = tcpconnect(name)) < 0); in conalloc()
/dports/mail/nullmailer/nullmailer-2.2/
H A DChangeLog49 lib/tcpconnect.cc | 2 +-
282 lib/tcpconnect.cc | 2 +-
381 lib/tcpconnect.cc | 10 +++++++++-
699 lib/tcpconnect.cc | 2 +-
1164 lib/tcpconnect.cc | 10 +++++-----
2637 lib/tcpconnect.cc | 2 +-
3013 lib/tcpconnect.cc | 2 +-
3417 lib/tcpconnect.cc | 6 +++---
3843 lib/tcpconnect.cc | 2 +-
4669 lib/tcpconnect.cc | 3 ++-
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-keyscan.c330 tcpconnect(char *host)
378 } while ((s = tcpconnect(name)) < 0);
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-keyscan.c349 tcpconnect(char *host) in tcpconnect() function
397 } while ((s = tcpconnect(name)) < 0); in conalloc()
/dports/devel/libmill/libmill-1.18/
H A Dssl.c292 tcpsock sock = tcpconnect(addr, deadline); in mill_sslconnect_()

123456789