Searched refs:smb_gethostname (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_info.c | 152 * 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 D | libsmb.h | 480 extern int smb_gethostname(char *, size_t, smb_caseconv_t);
|
H A D | smb_nic.c | 644 if (smb_gethostname(host, sizeof (host), SMB_CASE_PRESERVE) < 0) {
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_kpasswd.c | 618 (void) smb_gethostname(hostname, MAXHOSTNAMELEN, SMB_CASE_LOWER);
|
H A D | smbns_dyndns.c | 1674 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) 1769 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0)
|
H A D | smbns_ads.c | 2130 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0)
|
Completed in 57 milliseconds