smb_ads_host_info_t
smb_ads_host_info_t *hinfo = NULL;
extern smb_ads_host_info_t *smb_ads_find_host(char *);
static smb_ads_host_info_t *smb_ads_cached_host_info = NULL;
smb_ads_host_info_t *ah_list;
smb_ads_host_info_t *hinfo = NULL;
static smb_ads_host_info_t *smb_ads_dup_host_info(smb_ads_host_info_t *);
static smb_ads_host_info_t *
smb_ads_dup_host_info(smb_ads_host_info_t *ads_host)
smb_ads_host_info_t *dup_host;
dup_host = malloc(sizeof (smb_ads_host_info_t));
bcopy(ads_host, dup_host, sizeof (smb_ads_host_info_t));
smb_ads_host_info_t *
smb_ads_host_info_t *host = NULL;
smb_ads_host_info_t *ads_host = NULL;