Home
last modified time | relevance | path

Searched refs:smb_getnetbiosname (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c174 (void) smb_getnetbiosname(kcfg->skc_hostname, in smb_load_kconfig()
203 smb_getnetbiosname(char *buf, size_t buflen) in smb_getnetbiosname() function
221 if (smb_getnetbiosname(buf, buflen - 1) != 0) in smb_getsamaccount()
H A Dsmb_util.c951 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { in smb_name_validate_nbdomain()
995 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { in smb_name_validate_workgroup()
H A Dmapfile-vers201 smb_getnetbiosname;
H A Dsmb_sam.c282 if (smb_getnetbiosname(hostname, MAXHOSTNAMELEN) == 0) in smb_sam_lookup_sid()
H A Dsmb_domain.c581 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) { in smb_domain_add_local()
H A Dlibsmb.h314 extern int smb_getnetbiosname(char *, size_t);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c279 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) in smb_netlogon_query()
364 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) in smb_netlogon_samlogon()
H A Dsmbns_ksetpwd.c530 (void) smb_getnetbiosname(nbname, NETBIOS_NAME_SZ); in smb_krb5_get_pn_by_id()
H A Dsmbns_netbios_cache.c152 if (smb_getnetbiosname((char *)hostname, sizeof (hostname)) in smb_netbios_cache_lookup()
H A Dsmbns_ads.c1202 (void) smb_getnetbiosname(nbname, sizeof (nbname)); in smb_ads_get_new_comp_dn()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c237 rc = smb_getnetbiosname(tmp_name, NETBIOS_NAME_SZ); in smbd_ntlmssp_negotiate()
306 if (smb_getnetbiosname(tmp_name, NETBIOS_NAME_SZ)) in smbd_ntlmssp_negotiate()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwkssvc_svc.c86 if ((rc = smb_getnetbiosname(hostname, MAXHOSTNAMELEN)) == 0) { in wkssvc_s_NetWkstaGetInfo()
H A Dnetr_auth.c188 rc = smb_getnetbiosname(netr_info->hostname, NETBIOS_NAME_SZ); in netlogon_auth()
H A Dnetr_logon.c516 if (smb_getnetbiosname((char *)hostname, NETBIOS_NAME_SZ) != 0) { in netr_server_samlogon()
H A Dsmb_logon.c687 (void) smb_getnetbiosname(nbname, sizeof (nbname)); in smb_token_setup_local()
H A Dsamr_svc.c418 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) in samr_s_enum_local_domains()
532 rc = smb_getnetbiosname(hostname, sizeof (hostname)); in samr_s_QueryDomainInfo()
H A Ddfs.c158 if (smb_getnetbiosname(dfs_nbname, sizeof (dfs_nbname)) != 0) { in dfs_init()
H A Dsmb_share.c2487 if (smb_getnetbiosname(hostname, in smb_shr_expand_subs()
H A Dsrvsvc_svc.c1692 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) { in srvsvc_s_NetServerGetInfo()