Lines Matching refs:fqhost
1284 smb_ads_getfqhostname(smb_ads_handle_t *ah, char *fqhost, int len)
1286 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0)
1289 (void) snprintf(fqhost, len, "%s.%s", fqhost,
1305 char fqhost[MAXHOSTNAMELEN];
1314 if (smb_ads_getfqhostname(ah, fqhost, MAXHOSTNAMELEN))
1370 fqh_val[0] = fqhost;
1462 char fqhost[MAXHOSTNAMELEN];
1467 if (smb_ads_getfqhostname(ah, fqhost, MAXHOSTNAMELEN))
1487 if (strcasecmp(dnshost_avp.avp_val, fqhost))