smb_hostifs_t
static void smb_nic_iflist_destroy(smb_hostifs_t *);
static smb_hostifs_t *smb_nic_iflist_decode(const char **, int *);
static boolean_t smb_duplicate_nic(smb_hostifs_t *iflist, struct lifreq *lifrp);
smb_hostifs_t *iflist;
list_create(&hlist->h_list, sizeof (smb_hostifs_t),
offsetof(smb_hostifs_t, if_lnd));
smb_hostifs_t *iflist;
smb_hostifs_t *iflist;
iflist = malloc(sizeof (smb_hostifs_t));
bzero(iflist, sizeof (smb_hostifs_t));
smb_duplicate_nic(smb_hostifs_t *iflist, struct lifreq *lifrp)
smb_hostifs_t *iflist;
static smb_hostifs_t *
smb_hostifs_t *iflist;
iflist = malloc(sizeof (smb_hostifs_t));
bzero(iflist, sizeof (smb_hostifs_t));
smb_nic_iflist_destroy(smb_hostifs_t *iflist)