Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c700 char *serverAddrType = NULL, **bindHost = NULL; in makeConnection() local
724 bindHost = &sinfo.serverFQDN; in makeConnection()
727 bindHost = &sinfo.server; in makeConnection()
783 rc = openConnection(&ld, *bindHost, auth, timeoutSec, errorp, in makeConnection()
794 "sasl/GSSAPI to"), *bindHost); in makeConnection()
799 *bindHost); in makeConnection()
855 rc = openConnection(&ld, *bindHost, auth, timeoutSec, errorp, in makeConnection()