Searched refs:fqhost (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ads.c | 1756 smb_ads_getfqhostname(smb_ads_handle_t *ah, char *fqhost, int len) in smb_ads_getfqhostname() argument 1758 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0) in smb_ads_getfqhostname() 1761 (void) snprintf(fqhost, len, "%s.%s", fqhost, in smb_ads_getfqhostname() 1777 char fqhost[MAXHOSTNAMELEN]; in smb_ads_computer_op() local 1786 if (smb_ads_getfqhostname(ah, fqhost, MAXHOSTNAMELEN)) in smb_ads_computer_op() 1842 fqh_val[0] = fqhost; in smb_ads_computer_op() 1934 char fqhost[MAXHOSTNAMELEN]; in smb_ads_get_qstat() local 1939 if (smb_ads_getfqhostname(ah, fqhost, MAXHOSTNAMELEN)) in smb_ads_get_qstat() 1959 if (strcasecmp(dnshost_avp.avp_val, fqhost)) in smb_ads_get_qstat()
|