Searched defs:addrType (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c185 ns_server_info_t *ret, ns_ldap_error_t **error, const char *addrType)
221 addrType,
244 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) {
272 adata = (sizeof (ldap_call_t) + strlen(ireq) + strlen(addrType) + 1);
282 if (strlcat(space.s_d.ldap_call.ldap_u.domainname, addrType, len) >=
306 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) {
363 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) {
184 __s_api_requestServer(const char *request, const char *server, ns_server_info_t *ret, ns_ldap_error_t **error, const char *addrType) argument
H A Dns_standalone.c2198 * addrType:
2216 const char *addrType,
2403 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) {
2214 __s_api_findRootDSE(const char *request, const char *serverAddr, const char *addrType, ns_server_info_t *ret, ns_ldap_error_t **error) argument

Completed in 41 milliseconds