Searched refs:smb_gethostname (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_info.c152 * to uppercase (by smb_gethostname). Text that appears after the
160 if (smb_gethostname(buf, buflen, SMB_CASE_UPPER) != 0)
214 smb_gethostname(char *buf, size_t buflen, smb_caseconv_t which) function
260 if (smb_gethostname(hostname, MAXHOSTNAMELEN,
H A Dlibsmb.h480 extern int smb_gethostname(char *, size_t, smb_caseconv_t);
H A Dsmb_nic.c644 if (smb_gethostname(host, sizeof (host), SMB_CASE_PRESERVE) < 0) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_kpasswd.c618 (void) smb_gethostname(hostname, MAXHOSTNAMELEN, SMB_CASE_LOWER);
H A Dsmbns_dyndns.c1674 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0)
1769 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0)
H A Dsmbns_ads.c2130 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0)

Completed in 57 milliseconds