Searched refs:intfd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c251 int intfd = -1; local
302 intfd = (*(sseip->lssei_std_functions.lssf_connect_fn))( hostlist, defport,
310 if ( intfd < 0 ) {
311 return( intfd );
370 if ( prldap_get_socket_info( intfd, *socketargp, &soi ) != LDAP_SUCCESS ) {
402 if ( prldap_set_socket_info( intfd, *socketargp, &soi ) != LDAP_SUCCESS ) {
431 return( intfd ); /* success */
443 if ( intfd >= 0 && NULL != *socketargp ) {
444 (*(sseip->lssei_std_functions.lssf_close_fn))( intfd, *socketargp );

Completed in 16 milliseconds