Home
last modified time | relevance | path

Searched refs:smb_ads_host_info_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c163 static smb_ads_host_info_t *smb_ads_cached_host_info = NULL;
195 smb_ads_host_info_t *ah_list;
210 static smb_ads_host_info_t *smb_ads_select_dc(smb_ads_host_list_t *);
216 static boolean_t smb_ads_match_pdc(smb_ads_host_info_t *);
217 static boolean_t smb_ads_is_sought_host(smb_ads_host_info_t *, char *);
220 static smb_ads_host_info_t *smb_ads_dup_host_info(smb_ads_host_info_t *);
329 smb_ads_ldap_ping(smb_ads_host_info_t *ads_host) in smb_ads_ldap_ping()
396 smb_ads_is_sought_host(smb_ads_host_info_t *host, char *sought_host_name) in smb_ads_is_sought_host()
458 uchar_t *buf, smb_ads_host_info_t *ads_host_list) in smb_ads_decode_host_ans_sec()
461 smb_ads_host_info_t *ads_host; in smb_ads_decode_host_ans_sec()
[all …]
H A Dlibsmbns.h54 } smb_ads_host_info_t; typedef
96 extern smb_ads_host_info_t *smb_ads_find_host(char *, char *);
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c838 smb_ads_host_info_t *hinfo = NULL; in smbd_dop_ads_find_host()