Searched refs:addrType (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 186 ns_server_info_t *ret, ns_ldap_error_t **error, const char *addrType) 222 addrType, 245 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) { 273 adata = (sizeof (ldap_call_t) + strlen(ireq) + strlen(addrType) + 1); 283 if (strlcat(space.s_d.ldap_call.ldap_u.domainname, addrType, len) >= 307 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) { 351 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) { 185 __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 D | ns_internal.h | 759 ns_server_info_t *ret, ns_ldap_error_t **error, const char *addrType); 800 const char *addrType,
|
H A D | ns_standalone.c | 2139 * addrType: 2157 const char *addrType, 2344 if (strcmp(addrType, NS_CACHE_ADDR_HOSTNAME) == 0) { 2155 __s_api_findRootDSE(const char *request, const char *serverAddr, const char *addrType, ns_server_info_t *ret, ns_ldap_error_t **error) argument
|
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm_main.c | 615 getTargetAddress(int addrType, char *ipStr, IMA_TARGET_ADDRESS *address) argument 650 if (addrType == DISCOVERY_ADDRESS) { 652 } else if (addrType == ISNS_SERVER_ADDRESS) { 4209 addAddress(int addrType, int operandLen, char *operand[], int *funcRet) argument 4248 if (getTargetAddress(addrType, operand[i], &address.imaStruct) 4253 if (addrType == DISCOVERY_ADDRESS) { 4261 } else if (addrType == ISNS_SERVER_ADDRESS) { 4284 int addrType; local 4348 addrType = AF_INET6; 4352 addrType 4391 removeAddress(int addrType, int operandLen, char *operand[], int *funcRet) argument [all...] |
Completed in 92 milliseconds