Searched refs:smb_getnetbiosname (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c166 (void) smb_getnetbiosname(kcfg->skc_hostname,
195 smb_getnetbiosname(char *buf, size_t buflen) function
213 if (smb_getnetbiosname(buf, buflen - 1) != 0)
H A Dsmb_util.c923 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) {
967 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) {
H A Dsmb_sam.c280 if (smb_getnetbiosname(hostname, MAXHOSTNAMELEN) == 0)
H A Dlibsmb.h297 extern int smb_getnetbiosname(char *, size_t);
H A Dsmb_domain.c538 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwkssvc_svc.c86 if ((rc = smb_getnetbiosname(hostname, MAXHOSTNAMELEN)) == 0) {
H A Dnetr_auth.c93 rc = smb_getnetbiosname(netr_info->hostname, NETBIOS_NAME_SZ);
H A Dnetr_logon.c405 if (smb_getnetbiosname((char *)arg.hostname, NETBIOS_NAME_SZ) != 0) {
H A Dsamr_svc.c356 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0)
470 rc = smb_getnetbiosname(hostname, sizeof (hostname));
H A Dsmb_logon.c628 (void) smb_getnetbiosname(nbname, sizeof (nbname));
H A Ddfs.c158 if (smb_getnetbiosname(dfs_nbname, sizeof (dfs_nbname)) != 0) {
H A Dsmb_share.c2271 if (smb_getnetbiosname(hostname,
H A Dsrvsvc_svc.c1683 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) {
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c279 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0)
364 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0)
H A Dsmbns_ksetpwd.c530 (void) smb_getnetbiosname(nbname, NETBIOS_NAME_SZ);
H A Dsmbns_netbios_cache.c152 if (smb_getnetbiosname((char *)hostname, sizeof (hostname))
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c237 rc = smb_getnetbiosname(tmp_name, NETBIOS_NAME_SZ);
306 if (smb_getnetbiosname(tmp_name, NETBIOS_NAME_SZ))

Completed in 146 milliseconds