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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c186 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 Dns_standalone.c2139 * 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 Discsiadm_main.c615 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 68 milliseconds