Searched refs:smb_getnetbiosname (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_info.c | 103 (void) smb_getnetbiosname(kcfg->skc_hostname, in smb_load_kconfig() 120 smb_getnetbiosname(char *buf, size_t buflen) in smb_getnetbiosname() function 138 if (smb_getnetbiosname(buf, buflen - 1) != 0) in smb_getsamaccount()
|
H A D | smb_util.c | 923 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { in smb_name_validate_nbdomain() 967 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { in smb_name_validate_workgroup()
|
H A D | mapfile-vers | 193 smb_getnetbiosname;
|
H A D | smb_sam.c | 280 if (smb_getnetbiosname(hostname, MAXHOSTNAMELEN) == 0) in smb_sam_lookup_sid()
|
H A D | smb_domain.c | 537 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) { in smb_domain_add_local()
|
H A D | libsmb.h | 276 extern int smb_getnetbiosname(char *, size_t);
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 279 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 D | smbns_ksetpwd.c | 516 (void) smb_getnetbiosname(nbname, NETBIOS_NAME_SZ); in smb_krb5_get_pn_by_id()
|
H A D | smbns_netbios_cache.c | 152 if (smb_getnetbiosname((char *)hostname, sizeof (hostname)) in smb_netbios_cache_lookup()
|
H A D | smbns_ads.c | 1672 (void) smb_getnetbiosname(nbname, sizeof (nbname)); in smb_ads_get_default_comp_dn()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | wkssvc_svc.c | 86 if ((rc = smb_getnetbiosname(hostname, MAXHOSTNAMELEN)) == 0) { in wkssvc_s_NetWkstaGetInfo()
|
H A D | netr_auth.c | 93 rc = smb_getnetbiosname(netr_info->hostname, NETBIOS_NAME_SZ); in netlogon_auth()
|
H A D | netr_logon.c | 324 if (smb_getnetbiosname((char *)arg.hostname, NETBIOS_NAME_SZ) != 0) { in netr_server_samlogon()
|
H A D | smb_logon.c | 616 (void) smb_getnetbiosname(nbname, sizeof (nbname)); in smb_token_setup_local()
|
H A D | samr_svc.c | 356 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) in samr_s_enum_local_domains() 470 rc = smb_getnetbiosname(hostname, sizeof (hostname)); in samr_s_QueryDomainInfo()
|
H A D | smb_share.c | 2256 if (smb_getnetbiosname(hostname, in smb_shr_expand_subs()
|
H A D | srvsvc_svc.c | 1683 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) { in srvsvc_s_NetServerGetInfo()
|