Lines Matching defs:serverAddr
508 if (con->serverAddr) {
509 (void) fprintf(fp, "tid= %d: serverAddr=%s\n",
510 t, con->serverAddr);
580 * If serverAddr is NULL, then find a connection to any server
585 findConnection(int flags, const char *serverAddr,
611 if (serverAddr && *serverAddr)
612 (void) fprintf(stderr, "tid= %d: serverAddr=%s\n",
613 t, serverAddr);
615 (void) fprintf(stderr, "tid= %d: serverAddr=NULL\n", t);
631 if ((cp->usedBit) || (serverAddr && *serverAddr &&
632 (strcasecmp(serverAddr, cp->serverAddr) != 0)))
662 if (con->serverAddr)
663 free(con->serverAddr);
684 makeConnection(Connection **conp, const char *serverAddr,
710 if ((id = findConnection(flags, serverAddr, auth, &con)) != -1) {
730 if (serverAddr) {
734 * passed here through the serverAddr parameter
736 sinfo.server = strdup(serverAddr);
750 serverAddr);
763 * In case of sasl/GSSAPI, serverAddr would need
771 sinfo.server = strdup(serverAddr);
776 sinfo.serverFQDN = strdup(serverAddr);
965 con->serverAddr = sinfo.server; /* Store original format */
1344 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth,
1365 s = strchr(serverAddr, ']'); /* skip over ipv6 addr */
1366 s = strchr(s != NULL ? s : serverAddr, ':');
1377 serverAddr);
1385 serverAddr,
2036 createTLSSession(const ns_cred_t *auth, const char *serverAddr,
2084 *ldp = ldapssl_init(serverAddr, port, 1);
2216 createNonTLSSession(const char *serverAddr,
2231 is_ip = (__s_api_isipv4((char *)serverAddr) ||
2232 __s_api_isipv6((char *)serverAddr));
2240 addr = strdup(serverAddr);
2246 serverAddr = svraddr;
2257 if ((*ldp = ldap_init((char *)serverAddr, port)) == NULL) {
2272 * serverAddr - the address of a server to which a connection
2285 createSession(const ns_cred_t *auth, const char *serverAddr,
2319 return (createTLSSession(auth, serverAddr, port,
2322 return (createNonTLSSession(serverAddr, port, gssapi,