nce_update
nce_update(ncec, new_state, (ll_changed ? src_haddr : NULL));
nce_update(ncec, ND_UNCHANGED, lladdr);
nce_update(ncec, ND_STALE, hwm->hwm_hwaddr);
nce_update(ncec, new_state, hwaddr);
nce_update(ncec, ND_REACHABLE, NULL);
nce_update(ncec, ND_STALE, NULL);
nce_update(ncec, ND_STALE, hw_addr);
nce_update(ncec, ND_STALE, NULL);
nce_update(ncec, ND_UNCHANGED, hw_addr);
nce_update(ncec, ND_REACHABLE, NULL);
nce_update(ncec, ND_STALE, NULL);
nce_update(ncec, ND_UNCHANGED, ill->ill_phys_addr);
extern void nce_update(ncec_t *, uint16_t, uchar_t *);