Home
last modified time | relevance | path

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

12345678

/mirbsd/src/lib/libssl/src/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
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dpp_sys52 connect() on closed socket %s [pp_connect]
54 connect STDIN, "fred" ;
257 # connect not present
271 connect STDIN, "fred" ;
282 connect STDIN, "fred" ;
294 connect STDIN, "fred" ;
305 connect STDIN, "fred" ;
316 connect() on closed socket STDIN at - line 24.
328 connect() on closed socket STDIN at - line 35.
329 (Are you trying to call connect() on dirhandle STDIN?)
/mirbsd/src/scripts/
Dsystrace.sed36 native-connect: sockaddr eq "family(0)" then permit
37 native-connect: sockaddr match "/dev/log" then permit
38 native-connect: sockaddr match "/tmp" then permit
39 native-connect: sockaddr match "/var/tmp" then permit
40 native-connect: sockaddr match "@@RO_DIR@@" then deny[eperm]
41 native-connect: sockaddr match "@@RW_DIR@@" then permit
42 native-connect: sockaddr match "/<non-existent filename>: *" then deny[enoent]
/mirbsd/src/lib/libssl/src/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>]
50 =item B<-connect host:port>
52 This specifies the host and optional port to connect to. If not specified
53 then an attempt is made to connect to the local host on port 4433.
151 cannot handle this technique and will fail to connect. Some servers only
203 B<s_client> can be used to debug SSL servers. To connect to an SSL HTTP
206 openssl s_client -connect servername:443
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DSyslog.pm540 &connect;
654 &connect unless $connected;
700 &connect;
709 &connect unless $connected;
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
Dio_multihomed.t62 sub connect
78 $self->SUPER::connect(@_);
/mirbsd/src/gnu/usr.bin/perl/ext/Socket/t/
DSocket.t33 if ($has_echo && defined $localhost && connect(T,pack_sockaddr_in(7,$localhost))){
77 if ($has_echo && connect(S,pack_sockaddr_in(7,INADDR_LOOPBACK))){
/mirbsd/src/etc/systrace/
Dusr_sbin_lpd17 native-connect: sockaddr eq "/dev/log" then permit
18 native-connect: sockaddr match "inet-*:53" then permit
19 native-connect: sockaddr sub ":515" then permit
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/t/
D300_ping_stream.t16 unless (connect(*ECHO, scalar &Socket::sockaddr_in($port, &Socket::inet_aton("localhost")))) {
43 # Attempt to connect to the echo port
/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DChanges.libnet24 the server during connect
30 string used for the connect. This is useful to determine which host
/mirbsd/src/etc/ppp/
Disp.sample2 connect 'chat -vf /etc/ppp/peers/isp.chat'
/mirbsd/src/etc/
Dshells6 # Ftpd will not allow users to connect who are not using
/mirbsd/src/usr.bin/talk/
Dlook_up.c73 if (connect(sockt, (struct sockaddr *)&response.addr, in check_local()
/mirbsd/src/lib/libpthread/uthread/
Duthread_connect.c44 connect(int fd, const struct sockaddr * name, socklen_t namelen) in connect() function
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/
DChanges57 - 1) Changed ping_tcp() to use non-blocking connect
81 lingering connect-choking children.
105 immediately connect on some platforms
137 - Add ack() method to utilize non-blocking connect
/mirbsd/src/usr.sbin/lpr/common_source/
Dstartdaemon.c80 if (connect(s, (struct sockaddr *)&un, SUN_LEN(&un)) < 0) { in startdaemon()
/mirbsd/src/usr.sbin/rdate/
Drfc868time.c94 if (connect(s, res->ai_addr, res->ai_addrlen) < 0) { in rfc868time_client()
/mirbsd/src/usr.sbin/ppp/ppp/
Did.h83 connect(s, (const struct sockaddr *)(n), sizeof *(n))
/mirbsd/src/gnu/usr.bin/perl/ext/IO/
DChangeLog261 - modified connect to not use alarm
262 - modified accept and connect to use IO::Select
304 IO::Socket. when connect is called it notes the domain.
312 o IO::Socket::connect changed how we do timeouts, as it did not work
/mirbsd/src/usr.bin/finger/
Dnet.c84 if (connect(s, res->ai_addr, res->ai_addrlen) < 0) {
/mirbsd/src/sbin/mount_portal/
Dpt_tcp.c107 n = connect(s, ai->ai_addr, ai->ai_addrlen); in portal_tcp()
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_set_bio.pod5 SSL_set_bio - connect the SSL object with a BIO
/mirbsd/src/usr.bin/nc/
Dnetcat.c320 rv = connect(s, (struct sockaddr *)&cliaddr, in main()
429 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in unix_connect()
520 if (connect(s, res0->ai_addr, res0->ai_addrlen) == 0) in remote_connect()

12345678