Searched defs:connected (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm203 sub connected { subroutine
204 @_ == 1 or croak 'usage: $sock->connected()';
422 =item connected
424 If the socket is in a connected state the peer address is returned.
425 If the socket is not in a connected state then undef will be returned.
/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c132 int gotsomewhere = 0, connected = 0; local
333 * If our datagram socket is "connected" to the
339 * however, we don't want to remain connected,
350 if (connected == 0) {
362 connected = 1;
376 if (connected) {
379 connected = 0;
/osnet-11/usr/src/lib/libldap4/common/
H A Dos-ip.c90 int flags, connected = 0; local
101 connected = 1;
120 connected = 1;
124 /* if we are connected restore the flags for the socket */
125 if (connected) {
129 return (connected ? 0 : -1);
144 int rc, i, s, connected, use_hp; local
162 connected = use_hp = 0;
199 connected = 1;
229 if (connected) {
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c71 initializing = 0, connecting, connected, destroyed enumerator in enum:state
136 "initializing", "connecting", "connected", "destroyed"
248 case connected:
299 REQUIRE(ctx->state == connecting || ctx->state == connected);
359 case connected:
425 new_state(ctx, connected);
465 REQUIRE(ctx->state == connecting || ctx->state == connected);
498 REQUIRE(ctx->state == connected);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c541 int rc, i, s, err, connected, use_hp; local
555 connected = 0;
558 while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) {
686 connected = 1;
726 if ( connected ) {
727 LDAPDebug( LDAP_DEBUG_TRACE, "sd %d connected to: %s\n",
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c457 bool_t connected, do_rcv_connect; local
498 connected = FALSE;
531 connected = TRUE;
570 connected = TRUE;
583 if (!connected) {
608 * client is already bound and connected.

Completed in 26 milliseconds