Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d138 final void connect(slot_t slot) in Signal()
353 a.connect(&o.watch); // o.watch is the slot
354 a.connect(&o2.watch);
355 a.connect(&o3.watch);
356 a.connect(&o4.watch);
357 a.connect(&o5.watch);
365 a.connect(&o2.watch);
366 a.connect(&o.watch); // connect again
425 a.connect(&o.watch);
437 a.connect(&o.watch);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsignals.d137 final void connect(slot_t slot) in Signal()
340 a.connect(&o.watch); // o.watch is the slot
341 a.connect(&o2.watch);
342 a.connect(&o3.watch);
343 a.connect(&o4.watch);
344 a.connect(&o5.watch);
352 a.connect(&o2.watch);
353 a.connect(&o.watch); // connect again
412 a.connect(&o.watch);
424 a.connect(&o.watch);
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dvmail-relay4 May 9 21:54:48 nipple wietse[100]: postfix/smtpd[2206]: connect from fist.porcu
11 May 9 21:55:09 nipple wietse[100]: postfix/smtpd[2206]: connect from fist.porcu
18 May 9 21:55:27 nipple wietse[100]: postfix/smtpd[2205]: connect from fist.porcu
25 May 9 21:55:53 nipple wietse[100]: postfix/smtpd[2206]: connect from fist.porcu
32 May 9 21:56:10 nipple wietse[100]: postfix/smtpd[2206]: connect from fist.porcu
39 May 9 21:56:28 nipple wietse[100]: postfix/smtpd[2205]: connect from fist.porcu
46 May 9 21:56:58 nipple wietse[100]: postfix/smtpd[2222]: connect from fist.porcu
53 May 9 21:57:18 nipple wietse[100]: postfix/smtpd[2222]: connect from fist.porcu
H A Dmx-explode6 Jun 8 13:32:18 fist mx:smtpd[18174]: connect from spike.porcupine.org(168.100.1
12 Jun 8 13:33:23 fist mx:smtpd[18174]: connect from spike.porcupine.org(168.100.1
21 Jun 8 15:20:33 fist mx:smtpd[27695]: connect from spike.porcupine.org(168.100.1
27 Jun 8 15:20:52 fist mx:smtpd[27695]: connect from spike.porcupine.org(168.100.1
H A Dvmail-local4 May 9 22:08:27 nipple wietse[100]: postfix/smtpd[2248]: connect from fist.porcu
11 May 9 22:09:13 nipple wietse[100]: postfix/smtpd[2248]: connect from fist.porcu
25 May 9 22:10:30 nipple wietse[100]: postfix/smtpd[2248]: connect from fist.porcu
32 May 9 22:11:06 nipple wietse[100]: postfix/smtpd[2675]: connect from fist.porcu
H A Dmx-relay6 Jun 8 14:33:19 fist mx:smtpd[19366]: connect from spike.porcupine.org(168.100.1
12 Jun 8 14:34:22 fist mx:smtpd[19377]: connect from spike.porcupine.org(168.100.1
18 Jun 8 14:35:18 fist mx:smtpd[19377]: connect from spike.porcupine.org(168.100.1
H A Dmx-deliver6 Jun 8 14:45:25 fist mx:smtpd[19432]: connect from spike.porcupine.org(168.100.1
12 Jun 8 14:46:42 fist mx:smtpd[19443]: connect from spike.porcupine.org(168.100.1
18 Jun 8 14:48:03 fist mx:smtpd[19458]: connect from spike.porcupine.org(168.100.1
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_s_connect.pod10 BIO_set_nbio, BIO_do_connect - connect BIO
35 BIO_s_connect() returns the connect BIO method. This is a wrapper
38 Using connect BIOs, TCP/IP connections can be made and data
42 Read and write operations on a connect BIO will perform I/O
49 If the close flag is set on a connect BIO then any active
53 Calling BIO_reset() on a connect BIO will close any active
54 connection and reset the BIO into a state where it can connect
58 a single call: that is it creates a new connect BIO with hostname B<name>.
75 BIO_get_conn_hostname() returns the hostname of the connect BIO or
85 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
[all …]
/netbsd-src/external/bsd/lutok/dist/
H A Dc_gate_test.cpp38 ATF_TEST_CASE_WITHOUT_HEAD(connect);
39 ATF_TEST_CASE_BODY(connect) in ATF_TEST_CASE_BODY() argument
45 lutok::state state = lutok::state_c_gate::connect(raw_state); in ATF_TEST_CASE_BODY()
73 ATF_ADD_TEST_CASE(tcs, connect); in ATF_INIT_TEST_CASES()
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dc_gate_test.cpp41 ATF_TEST_CASE_WITHOUT_HEAD(connect);
42 ATF_TEST_CASE_BODY(connect) in ATF_TEST_CASE_BODY() argument
48 sqlite::database database = sqlite::database_c_gate::connect(raw_db); in ATF_TEST_CASE_BODY()
74 ATF_ADD_TEST_CASE(tcs, connect); in ATF_INIT_TEST_CASES()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_s_connect.pod9 BIO_set_nbio, BIO_do_connect - connect BIO
34 BIO_s_connect() returns the connect BIO method. This is a wrapper
37 Using connect BIOs, TCP/IP connections can be made and data
41 Read and write operations on a connect BIO will perform I/O
48 If the close flag is set on a connect BIO then any active
52 Calling BIO_reset() on a connect BIO will close any active
53 connection and reset the BIO into a state where it can connect
76 BIO_get_conn_hostname() returns the hostname of the connect BIO or
86 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
92 non blocking I/O is set during the connect process.
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPBindRequest.cpp30 LDAPAsynConnection *connect, const LDAPConstraints *cons, in LDAPBindRequest() argument
31 bool isReferral) : LDAPRequest(connect, cons, isReferral){ in LDAPBindRequest()
82 LDAPAsynConnection *connect, in LDAPSaslBindRequest() argument
84 bool isReferral) : LDAPRequest(connect, cons, isReferral),m_mech(mech), m_cred(cred) {} in LDAPSaslBindRequest()
118 int flags, SaslInteractionHandler *sih, LDAPAsynConnection *connect, in LDAPSaslInteractiveBind() argument
120 LDAPRequest(connect, cons, isReferral), in LDAPSaslInteractiveBind()
H A DLDAPBindRequest.h26 LDAPAsynConnection *connect, const LDAPConstraints *cons,
36 LDAPAsynConnection *connect, const LDAPConstraints *cons,
50 SaslInteractionHandler *sih, LDAPAsynConnection *connect,
/netbsd-src/external/mpl/bind/dist/bin/tests/system/timeouts/
H A Dtests_tcp_timeouts.py56 sock.connect(("10.53.0.1", named_port))
76 sock.connect(("10.53.0.1", named_port))
107 sock.connect(("10.53.0.1", named_port))
131 sock.connect(("10.53.0.1", named_port))
165 sock.connect(("10.53.0.1", named_port))
194 sock.connect(("10.53.0.1", named_port))
221 sock.connect(("10.53.0.1", named_port))
253 sock.connect(("10.53.0.1", named_port))
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dauto_clnt.c150 int (*connect) (const char *, int, int); /* unix, local, inet */ member
213 fd = auto_clnt->connect(auto_clnt->endpoint, BLOCKING, auto_clnt->timeout); in auto_clnt_open()
327 auto_clnt->connect = inet_connect; in auto_clnt_create()
329 auto_clnt->connect = LOCAL_CONNECT; in auto_clnt_create()
331 auto_clnt->connect = unix_connect; in auto_clnt_create()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_socket.in.h310 # undef connect
311 # define connect rpl_connect
313 _GL_FUNCDECL_RPL (connect, int,
316 _GL_CXXALIAS_RPL (connect, int,
321 _GL_CXXALIAS_SYS_CAST (connect, int,
325 _GL_CXXALIASWARN (connect);
327 # undef connect
328 # define connect socket_used_without_requesting_gnulib_module_connect
330 # undef connect
332 _GL_WARN_ON_USE (connect, "connect is not always POSIX compliant - "
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dtest-list2 ./test-milter -C 1 -a "554 5.7.1 1% 2%% 3%%%" -c connect -p inet:9999@0.0.0.0
12 ./test-milter -C 1 -a tempfail -c connect -p inet:9999@0.0.0.0
22 ./test-milter -C 1 -a reject -c connect -p inet:9999@0.0.0.0
32 ./test-milter -C 1 -a accept -c connect -p inet:9999@0.0.0.0
42 ./test-milter -C 1 -a discard -c connect -p inet:9999@0.0.0.0
/netbsd-src/share/examples/pppd/
H A Dsprint3G2 # Script to connect to Sprint-3G's service.
23 connect /etc/ppp/connect/sprint3G.chat
H A Dcingular3G2 # Script to connect to Cingular-3G's service.
23 connect /etc/ppp/connect/cingular3G.chat
H A Dcosmote3G2 # Script to connect to Cosmote-3G's service.
27 connect /etc/ppp/connect/cosmote3G.chat
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest()
21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest()
22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Ddlist.d555 BaseNode.connect(_root, _first._next);
566 BaseNode.connect(_last._prev, _root);
595 BaseNode.connect(_root, p);
613 BaseNode.connect(p, _root);
637 BaseNode.connect(r._first._prev, r._last._next);
667 BaseNode.connect(prev, next);
683 BaseNode.connect(prev, next);
728 BaseNode.connect(n1, n2);
767 BaseNode.connect(n._prev, r._first);
768 BaseNode.connect(r._last, n);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmapper-client.cc317 auto &connect = packets[0]; in open_module_client() local
318 if (connect.GetCode () == Cody::Client::PC_CONNECT) in open_module_client()
319 c->flags = Cody::Flags (connect.GetInteger ()); in open_module_client()
320 else if (connect.GetCode () == Cody::Client::PC_ERROR) in open_module_client()
321 error_at (loc, "failed mapper handshake %s", connect.GetString ().c_str ()); in open_module_client()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Ddlist.d549 BaseNode.connect(_root, _first._next); in DList()
560 BaseNode.connect(_last._prev, _root); in DList()
589 BaseNode.connect(_root, p); in DList()
607 BaseNode.connect(p, _root); in DList()
631 BaseNode.connect(r._first._prev, r._last._next); in DList()
658 BaseNode.connect(prev, next); in DList()
674 BaseNode.connect(prev, next); in DList()
723 BaseNode.connect(n._prev, r._first); in DList()
724 BaseNode.connect(r._last, n); in DList()
744 BaseNode.connect(r._last, n._next); in DList()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DPROTOCOL.mux58 to connect to a master that speaks an unsupported protocol version.
127 string connect host
128 string connect port
169 string connect host
170 uint32 connect port
177 If connect port is (unsigned int) -2, then the connect host is treated
198 string connect host
199 uint32 connect port

12345678910>>...29