| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BIO_s_connect.pod | 8 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 …]
|
| D | BIO_f_ssl.pod | 51 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/ |
| D | pp_sys | 52 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/ |
| D | systrace.sed | 36 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/ |
| D | s_time.pod | 11 [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…
|
| D | s_client.pod | 11 [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/ |
| D | Syslog.pm | 540 &connect; 654 &connect unless $connected; 700 &connect; 709 &connect unless $connected;
|
| /mirbsd/src/gnu/usr.bin/perl/ext/IO/t/ |
| D | io_multihomed.t | 62 sub connect 78 $self->SUPER::connect(@_);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Socket/t/ |
| D | Socket.t | 33 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/ |
| D | usr_sbin_lpd | 17 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/ |
| D | 300_ping_stream.t | 16 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/ |
| D | Changes.libnet | 24 the server during connect 30 string used for the connect. This is useful to determine which host
|
| /mirbsd/src/etc/ppp/ |
| D | isp.sample | 2 connect 'chat -vf /etc/ppp/peers/isp.chat'
|
| /mirbsd/src/etc/ |
| D | shells | 6 # Ftpd will not allow users to connect who are not using
|
| /mirbsd/src/usr.bin/talk/ |
| D | look_up.c | 73 if (connect(sockt, (struct sockaddr *)&response.addr, in check_local()
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_connect.c | 44 connect(int fd, const struct sockaddr * name, socklen_t namelen) in connect() function
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/ |
| D | Changes | 57 - 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/ |
| D | startdaemon.c | 80 if (connect(s, (struct sockaddr *)&un, SUN_LEN(&un)) < 0) { in startdaemon()
|
| /mirbsd/src/usr.sbin/rdate/ |
| D | rfc868time.c | 94 if (connect(s, res->ai_addr, res->ai_addrlen) < 0) { in rfc868time_client()
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | id.h | 83 connect(s, (const struct sockaddr *)(n), sizeof *(n))
|
| /mirbsd/src/gnu/usr.bin/perl/ext/IO/ |
| D | ChangeLog | 261 - 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/ |
| D | net.c | 84 if (connect(s, res->ai_addr, res->ai_addrlen) < 0) {
|
| /mirbsd/src/sbin/mount_portal/ |
| D | pt_tcp.c | 107 n = connect(s, ai->ai_addr, ai->ai_addrlen); in portal_tcp()
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_set_bio.pod | 5 SSL_set_bio - connect the SSL object with a BIO
|
| /mirbsd/src/usr.bin/nc/ |
| D | netcat.c | 320 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()
|