Searched refs:smb_getnetbiosname (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_info.c | 166 (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 D | smb_util.c | 923 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { 967 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) {
|
H A D | smb_sam.c | 280 if (smb_getnetbiosname(hostname, MAXHOSTNAMELEN) == 0)
|
H A D | libsmb.h | 297 extern int smb_getnetbiosname(char *, size_t);
|
H A D | smb_domain.c | 538 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) {
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | wkssvc_svc.c | 86 if ((rc = smb_getnetbiosname(hostname, MAXHOSTNAMELEN)) == 0) {
|
H A D | netr_auth.c | 93 rc = smb_getnetbiosname(netr_info->hostname, NETBIOS_NAME_SZ);
|
H A D | netr_logon.c | 405 if (smb_getnetbiosname((char *)arg.hostname, NETBIOS_NAME_SZ) != 0) {
|
H A D | samr_svc.c | 356 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) 470 rc = smb_getnetbiosname(hostname, sizeof (hostname));
|
H A D | smb_logon.c | 628 (void) smb_getnetbiosname(nbname, sizeof (nbname));
|
H A D | dfs.c | 158 if (smb_getnetbiosname(dfs_nbname, sizeof (dfs_nbname)) != 0) {
|
H A D | smb_share.c | 2271 if (smb_getnetbiosname(hostname,
|
H A D | srvsvc_svc.c | 1683 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) {
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netlogon.c | 279 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) 364 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0)
|
H A D | smbns_ksetpwd.c | 530 (void) smb_getnetbiosname(nbname, NETBIOS_NAME_SZ);
|
H A D | smbns_netbios_cache.c | 152 if (smb_getnetbiosname((char *)hostname, sizeof (hostname))
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_ntlmssp.c | 237 rc = smb_getnetbiosname(tmp_name, NETBIOS_NAME_SZ); 306 if (smb_getnetbiosname(tmp_name, NETBIOS_NAME_SZ))
|
Completed in 146 milliseconds