ndp_g_t
kmem_free(ipst->ips_ndp4, sizeof (ndp_g_t));
kmem_free(ipst->ips_ndp6, sizeof (ndp_g_t));
ipst->ips_ndp4 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP);
ipst->ips_ndp6 = kmem_zalloc(sizeof (ndp_g_t), KM_SLEEP);
nce_remove(ndp_g_t *ndp, ncec_t *ncec, ncec_t **free_nce_list)
ndp_g_t *ndp;
ndp_g_t *ndp;
ncec_walk_common(ndp_g_t *ndp, ill_t *ill, ncec_walk_cb_t cbf,
extern void ncec_walk_common(ndp_g_t *, ill_t *, ncec_walk_cb_t,