Home
last modified time | relevance | path

Searched refs:smb_gethostname (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c205 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 Dmapfile-vers199 smb_gethostname;
H A Dlibsmb.h312 extern int smb_gethostname(char *, size_t, smb_caseconv_t);
H A Dsmb_nic.c622 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 Dmlsvc_util.c430 if (smb_gethostname(old_pw, sizeof (old_pw), SMB_CASE_LOWER) != 0) in mlsvc_join_noauth()
H A Dspoolss_svc.c1051 if (smb_gethostname(hostname, MAXHOSTNAMELEN, 0) != 0) { in spoolss_getservername()
H A Dsmb_share.c2135 (void) smb_gethostname(hostname, MAXHOSTNAMELEN, in smb_shr_publisher()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ksetpwd.c531 (void) smb_gethostname(hostname, MAXHOSTNAMELEN, SMB_CASE_LOWER); in smb_krb5_get_pn_by_id()
H A Dsmbns_dyndns.c2033 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 Dsmbns_ads.c1295 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0) in smb_ads_getfqhostname()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c321 if (smb_gethostname(tmp_name, MAXHOSTNAMELEN, SMB_CASE_LOWER)) in smbd_ntlmssp_negotiate()