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

/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dcldap.c131 ld->ld_sb.sb_naddr = 0;
210 for ( i = 0; i < ld->ld_sb.sb_naddr; ++i ) {
321 if ( ld->ld_sb.sb_naddr == 0 ) {
325 ( ld->ld_sb.sb_naddr + 1 ) * sizeof(struct sockaddr *));
335 addrs[ ld->ld_sb.sb_naddr++ ] = newsap;
359 crip->cri_maxtries = ld->ld_cldaptries * sb->sb_naddr;
366 if ((tv.tv_sec = crip->cri_timeout / sb->sb_naddr) < 1 ) {
391 if ( ++crip->cri_useaddr >= sb->sb_naddr ) {
426 for ( fromaddr = 0; fromaddr < sb->sb_naddr; ++fromaddr ) {
452 if ( i >= sb->sb_naddr ) {
[all...]
H A Dunbind.c64 if ( ld->ld_sb.sb_naddr == 0 ) {
78 for ( i = 0; i < ld->ld_sb.sb_naddr; ++i ) {
H A Dabandon.c61 if ( ld->ld_sb.sb_naddr > 0 ) {
H A Dsearch.c131 if (ld->ld_sb.sb_naddr > 0) {
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c89 if ( ld->ld_sbp->sb_naddr == 0 ) {
109 for ( i = 0; i < ld->ld_sbp->sb_naddr; ++i ) {
H A Dabandon.c201 if ( ld->ld_dbp->sb_naddr > 0 ) {
H A Dldap-int.h548 #define LDAP_IS_CLDAP( ld ) ( ld->ld_sbp->sb_naddr > 0 )
H A Dsearch.c331 if ( ld->ld_sbp->sb_naddr > 0 ) {
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap-private.h170 int sb_naddr; /* > 0 implies using CLDAP (UDP) */ member in struct:sockbuf
357 #define LDAP_IS_CLDAP( ld ) ( ld->ld_sb.sb_naddr > 0 )
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h174 int sb_naddr; /* > 0 implies using CLDAP (UDP) */ member in struct:sockbuf
H A Dio.c141 if ( sb->sb_naddr > 0 ) {
372 if (sb->sb_naddr > 0) {
/opensolaris-onvv-gate/usr/src/lib/libldap4/ber/
H A Dio.c165 if ( sb->sb_naddr > 0 ) {
376 if (sb->sb_naddr > 0) {

Completed in 115 milliseconds