Searched refs:smb_gethostname (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_info.c | 205 if (smb_gethostname(buf, buflen, SMB_CASE_UPPER) != 0) in smb_getnetbiosname() 239 smb_gethostname(char *buf, size_t buflen, smb_caseconv_t which) in smb_gethostname() function 287 if (smb_gethostname(hostname, MAXHOSTNAMELEN, in smb_getfqhostname()
|
H A D | mapfile-vers | 199 smb_gethostname;
|
H A D | libsmb.h | 312 extern int smb_gethostname(char *, size_t, smb_caseconv_t);
|
H A D | smb_nic.c | 622 if (smb_gethostname(iflist->if_host, sizeof (iflist->if_host), in smb_nic_hlist_sysget()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | mlsvc_util.c | 430 if (smb_gethostname(old_pw, sizeof (old_pw), SMB_CASE_LOWER) != 0) in mlsvc_join_noauth()
|
H A D | spoolss_svc.c | 1051 if (smb_gethostname(hostname, MAXHOSTNAMELEN, 0) != 0) { in spoolss_getservername()
|
H A D | smb_share.c | 2135 (void) smb_gethostname(hostname, MAXHOSTNAMELEN, in smb_shr_publisher()
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ksetpwd.c | 531 (void) smb_gethostname(hostname, MAXHOSTNAMELEN, SMB_CASE_LOWER); in smb_krb5_get_pn_by_id()
|
H A D | smbns_dyndns.c | 2033 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) in dyndns_update_core() 2115 if (smb_gethostname(fqhn, MAXHOSTNAMELEN, SMB_CASE_LOWER) != 0) in dyndns_clear_rev_zone()
|
H A D | smbns_ads.c | 1295 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0) in smb_ads_getfqhostname()
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_ntlmssp.c | 321 if (smb_gethostname(tmp_name, MAXHOSTNAMELEN, SMB_CASE_LOWER)) in smbd_ntlmssp_negotiate()
|