Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_s_connect.pod8 BIO_set_nbio, BIO_do_connect - connect BIO
33 BIO_s_connect() returns the connect BIO method. This is a wrapper
36 Using connect BIOs, TCP/IP connections can be made and data
40 Read and write operations on a connect BIO will perform I/O
47 If the close flag is set on a connect BIO then any active
51 Calling BIO_reset() on a connect BIO will close any active
52 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
90 non blocking I/O is set during the connect process.
93 a single call: that is it creates a new connect BIO with B<name>.
[all …]
DBIO_f_ssl.pod51 The SSL BIO is then reset to the initial accept or connect state.
81 SSL BIO (using B<ctx>) followed by a connect BIO.
84 of a buffering BIO, an SSL BIO (using B<ctx>) and a connect
101 call BIO_should_retry() should be used for non blocking connect BIOs
121 to locate the connect BIO first.
154 * mode here because as things stand this will connect to
/freebsd-9-stable/crypto/openssh/regress/
DREADME.regress62 connect-privsep.sh: proxy connect with privsep
63 connect.sh: simple connect
70 proxy-connect.sh: proxy connect
72 ssh-com-client.sh: connect with ssh.com client
75 ssh-com.sh: connect to ssh.com server
/freebsd-9-stable/contrib/ipfilter/l4check/
Dl4check.conf9 connect timeout 1
10 connect frequency 20
/freebsd-9-stable/crypto/openssh/
DPROTOCOL.mux21 to connect to a master that speaks an unsupported protocol version.
114 string connect host
115 uint32 connect port
139 string connect host
140 uint32 connect port
152 string connect host
153 string connect port
/freebsd-9-stable/share/examples/ppp/
Dppp.conf.span-isp.working25 # If you connect to the vpn-in diagnostic socket with ``pppctl
27 # If you connect to the vpn diagnostic socket (which is created in
36 # interrested to hear it. Currently, the server doesn't connect() or
37 # bind().... but the client connect()s. Is there any other way ?
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
Dtst.remotetcpstate.ksh.out13 tcp:::connect-request - yes
14 tcp:::connect-established - yes
Dtst.localtcpstate.ksh.out15 tcp:::connect-request - yes
16 tcp:::connect-established - yes
Dtst.remotetcpstate.ksh129 tcp:::connect-request
136 tcp:::connect-established
Dtst.localtcpstate.ksh124 tcp:::connect-request
131 tcp:::connect-established
/freebsd-9-stable/contrib/tcsh/nls/french/
Dset2612 9 connecté
13 10 déconnecté
/freebsd-9-stable/tools/regression/sockets/unix_seqpacket_exercise/
Dunix_seqpacket_exercise.c187 if (connect(s, (struct sockaddr *)sun, sizeof(*sun)) < 0) in test_connect()
202 if (connect(s, (struct sockaddr *)sun, sizeof(*sun)) < 0) in test_connect_send()
222 if (connect(s, (struct sockaddr *)sun, sizeof(*sun)) < 0) in test_connect_shutdown_send()
245 if (connect(s, (struct sockaddr *)sun, sizeof(*sun)) < 0) in test_connect_send_recv()
282 if (connect(s, (struct sockaddr *)sun, sizeof(*sun)) < 0) in test_connect_send_recv_count()
/freebsd-9-stable/crypto/openssh/contrib/
DREADME7 SSH Proxy Command -- connect.c
11 https CONNECT style proxy server. His page for connect.c has extensive
14 http://www.taiyo.co.jp/~gotoh/ssh/connect.html
/freebsd-9-stable/crypto/openssl/doc/apps/
Ds_time.pod11 [B<-connect host:port>]
39 =item B<-connect host:port>
41 This specifies the host and optional port to connect to.
101 the L<s_client(1)|s_client(1)> program and may not connect to all servers.
104 cannot handle this technique and will fail to connect. Some servers only
131 To connect to an SSL HTTP server and get the default page the command
133 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
Ds_client.pod11 [B<-connect host:port>]
80 =item B<-connect host:port>
82 This specifies the host and optional port to connect to. If not specified
83 then an attempt is made to connect to the local host on port 4433.
203 cannot handle this technique and will fail to connect. Some servers only
232 If this option is not specified, then the host specified with "-connect"
280 B<s_client> can be used to debug SSL servers. To connect to an SSL HTTP
283 openssl s_client -connect servername:443
/freebsd-9-stable/tools/regression/sockets/unix_bindconnect/
Dunix_bindconnect.c229 if (connect(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in connect_test()
264 if (connect(sock2, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in connect_test()
285 if (connect(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in connect_test()
/freebsd-9-stable/crypto/heimdal/lib/roken/
Dsocket_wrapper.h64 #ifdef connect
65 #undef connect
67 #define connect(s,serv_addr,addrlen) swrap_connect(s,serv_addr,addrlen) macro
/freebsd-9-stable/contrib/ipfilter/FWTK/
Dfwtkp138 … sprintf(mbuf,"Permission denied for user %s to connect to %s",authuser,dest);
139 … syslog(LLEV,"deny host=%s/%s connect to %s user=%s",rladdr,riaddr,dest,authuser);
147 … sprintf(mbuf,"Permission denied for user %s to connect to %s",authuser,dest);
148 … syslog(LLEV,"deny host=%s/%s connect to %s user=%s",rladdr,riaddr,dest,authuser);
225 + sprintf(mbuf,"Permission denied for user %s to connect to %s",authuser,de…
226 + syslog(LLEV,"deny host=%s/%s connect to %s user=%s",rladdr,riaddr,dest,au…
238 + syslog(LLEV,"permit host=%s/%s connect to %s",rladdr,riaddr,dest);
650 sprintf(buf,"connect %.1000s",dest);
657 syslog(LLEV,"permit host=%s/%s connect to %s",rhost,raddr,namp);
667 syslog(LLEV,"permit host=%s/%s connect to %s",rhost,raddr,av[1]);
[all …]
/freebsd-9-stable/sys/contrib/ngatm/netnatm/api/
Dcc_conn.c974 resp->connect.hdr.act = UNI_MSGACT_DEFAULT; in cc_conn_sig_handle()
975 resp->connect.hdr.cref = conn->cref; in cc_conn_sig_handle()
981 resp->connect.aal = conn->aal; in cc_conn_sig_handle()
983 resp->connect.blli = in cc_conn_sig_handle()
986 resp->connect.connid = conn->connid; in cc_conn_sig_handle()
989 resp->connect.eetd = conn->eetd; in cc_conn_sig_handle()
993 resp->connect.traffic = conn->traffic; in cc_conn_sig_handle()
995 resp->connect.exqos = conn->exqos; in cc_conn_sig_handle()
997 resp->connect.abrsetup = conn->abrsetup; in cc_conn_sig_handle()
999 resp->connect.abradd = conn->abradd; in cc_conn_sig_handle()
[all …]
/freebsd-9-stable/share/examples/netgraph/
Dether.bridge104 ngctl connect ${ETHER}: ${BRIDGE_NAME}: \
112 ngctl connect ${LOCAL_IFACE}: ${BRIDGE_NAME}: \
Dvirtual.lan160 ngctl connect ${ETHER_INTF}: ${BRIDGE_NAME}: upper link1 || exit 1
259 ngctl connect ${EIFACE}: ${BRIDGE_NAME}: ether link${LINKNUM} \
/freebsd-9-stable/etc/rc.d/
Dbluetooth119 ngctl connect ${dev}hci: btsock_hci_raw: raw ${dev}raw \
123 ngctl connect ${dev}l2cap: btsock_l2c_raw: ctl ${dev}ctl \
126 ngctl connect ${dev}l2cap: btsock_l2c: l2c ${dev}l2c \
/freebsd-9-stable/tools/regression/sockets/zerosend/
Dzerosend.c95 if (connect(sock1, (struct sockaddr *)&sin, sizeof(sin)) < 0) in setup_udp()
106 if (connect(sock2, (struct sockaddr *)&sin, sizeof(sin)) < 0) in setup_udp()
149 if (connect(sock2, (struct sockaddr *)&sin, sizeof(sin)) < 0 && in setup_tcp()
/freebsd-9-stable/tools/regression/netinet/tcpconnect/
Dtcpconnect.c143 if (connect(sock, (struct sockaddr *)&sin, in tcpconnect_client()
147 if (connect(sock, (struct sockaddr *)&sin, in tcpconnect_client()
/freebsd-9-stable/contrib/tcp_wrappers/
Drfc931.c168 connect(fileno(fp), (struct sockaddr *) & rmt_query_sin,
178 connect(fileno(fp), (struct sockaddr *) & rmt_query_sin,

12345678910>>...18