Searched refs:ld_refhoplimit (Results 1 – 5 of 5) sorted by relevance
845 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) { in nsldapi_chase_v2_referrals()848 ld->ld_refhoplimit, 0, 0 ); in nsldapi_chase_v2_referrals()907 if ( lr->lr_parentcnt >= ld->ld_refhoplimit ) { in nsldapi_chase_v3_refs()910 ld->ld_refhoplimit, 0, 0 ); in nsldapi_chase_v3_refs()
155 *((int *) optdata) = ld->ld_refhoplimit; in ldap_get_option()
162 ld->ld_refhoplimit = *((int *)optdata); in ldap_set_option()
326 nsldapi_ld_defaults.ld_refhoplimit = LDAP_DEFAULT_REFHOPLIMIT; in nsldapi_initialize_defaults()
289 int ld_refhoplimit; /* limit on referral nesting */ member