Lines Matching refs:site
768 * Gets the msdcs SRV RR for the specified site.
773 char site[SMB_ADS_SITE_MAX];
776 site, SMB_ADS_SITE_MAX);
778 if (*site == '\0')
782 SMB_ADS_MSDCS_SRV_SITE_RR, site);
854 * 2) AD site configuration - the scope of the DNS lookup will be
855 * restricted to the specified site.
863 * takes precedence over preferred DC, AD site, and so on.
898 * First look for ADS hosts in ADS site if configured. Then try
899 * without ADS site info.
906 * to the specified site since there is no guarantee that the specified
907 * AD is in the specified site.
943 * to find a DC in the specified AD site.
1425 char site[SMB_ADS_SITE_MAX];
1492 site, SMB_ADS_SITE_MAX);
1493 if (*site != '\0') {
1494 if ((ah->site = strdup(site)) == NULL) {
1500 ah->site = NULL;
1538 free(ah->site);