Searched defs:connect (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_multihomed.t62 sub connect subroutine
68 #print "connect($self, $port, $addr)\n";
78 $self->SUPER::connect(@_);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsyslog.pl54 &connect if $lo_ndelay;
104 &connect unless $connected;
151 sub connect { subroutine
188 connect(SYSLOG,$that) || die "connect: $!\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm181 # don't try to connect unless we're given a PeerAddr
199 if ($sock->connect(pack_sockaddr_in($rport, $raddr))) {
220 sub connect { subroutine
222 croak 'usage: $sock->connect(NAME) or $sock->connect(PORT, ADDR)';
224 return $sock->SUPER::connect(@_ == 1 ? shift : pack_sockaddr_in(@_));
327 connect() is called.
331 first connect will never fail with a timeout as the connect call
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm105 sub connect { subroutine
106 @_ == 2 or croak 'usage: $sock->connect(NAME)';
114 if (!connect($sock, $addr)) {
122 $@ = "connect: timeout";
124 elsif (!connect($sock,$addr) && not $!{EISCONN}) {
125 # Some systems refuse to re-connect() to
128 $@ = "connect: $!";
133 $@ = "connect: $!";
375 communicate with the client that was trying to connect.
/osnet-11/usr/src/lib/libsocket/socket/
H A Dweaks.c44 #pragma weak connect = _connect macro
/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c300 int connect, int bind )
325 if ( connect ) {
299 new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, int connect, int bind ) argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c152 LDAPServer *srvlist, /* servers to connect to (NULL for default) */
361 int connect, int bind )
415 if ( connect ) {
923 * chase on any referral (basically this means we were able to connect
969 /* XXXmcs: can't tell if secure is supported by connect callback */
360 nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, int connect, int bind ) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h487 # define connect PerlSock_connect macro

Completed in 31 milliseconds