Home
last modified time | relevance | path

Searched refs:LDAP_BITOPT_DNS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c100 *((int *) optdata) = LDAP_GET_BITOPT( ld, LDAP_BITOPT_DNS ); in ldap_get_option()
H A Dsetoption.c121 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_DNS, optdata); in ldap_set_option()
H A Dldap-int.h292 #define LDAP_BITOPT_DNS 0x20000000 macro
H A Drequest.c103 if (( ld->ld_options & LDAP_BITOPT_DNS ) != 0 && ldap_is_dns_dn( dn )) { in nsldapi_send_initial_request()