Searched refs:smb_getnetbiosname (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | wkssvc_svc.c | 86 if ((rc = smb_getnetbiosname(hostname, MAXHOSTNAMELEN)) == 0) {
|
H A D | netr_clnt.c | 436 rc = smb_getnetbiosname(netr_info->hostname, NETBIOS_NAME_SZ); 1076 if (smb_getnetbiosname((char *)arg.hostname, NETBIOS_NAME_SZ) != 0) {
|
H A D | samr_svc.c | 362 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) 477 rc = smb_getnetbiosname(hostname, sizeof (hostname));
|
H A D | srvsvc_svc.c | 1690 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) {
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_netlogon.c | 278 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) 363 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0)
|
H A D | smbns_kpasswd.c | 617 (void) smb_getnetbiosname(nbname, NETBIOS_NAME_SZ);
|
H A D | smbns_netbios_cache.c | 152 if (smb_getnetbiosname((char *)hostname, sizeof (hostname))
|
H A D | smbns_ads.c | 1985 (void) smb_getnetbiosname(nbname, sizeof (nbname));
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_info.c | 122 (void) smb_getnetbiosname(kcfg->skc_hostname, 158 smb_getnetbiosname(char *buf, size_t buflen) function 176 if (smb_getnetbiosname(buf, buflen - 1) != 0)
|
H A D | smb_sam.c | 278 if (smb_getnetbiosname(hostname, MAXHOSTNAMELEN) == 0)
|
H A D | smb_util.c | 1073 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { 1117 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) { 1404 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) != 0)
|
H A D | libsmb.h | 482 extern int smb_getnetbiosname(char *, size_t);
|
H A D | smb_domain.c | 751 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) {
|
Completed in 65 milliseconds