Lines Matching refs:nce
730 nce_t nce; in nce_walk_step() local
732 if (mdb_vread(&nce, sizeof (nce), wsp->walk_addr) == -1) { in nce_walk_step()
737 return (wsp->walk_callback(wsp->walk_addr, &nce, wsp->walk_cbdata)); in nce_walk_step()
1466 nce(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in nce() function
1468 nce_t nce; in nce() local
1502 (void) mdb_vread(&nce, sizeof (nce_t), addr); in nce()
1503 (void) nce_format(addr, &nce, &nce_cb); in nce()
1937 "display interface-specific Neighbor Cache structures", nce },
2116 nce_l2_addr(const nce_t *nce, const ill_t *ill) in nce_l2_addr() argument
2123 if (nce->nce_dlur_mp == NULL) in nce_l2_addr()
2128 (uintptr_t)nce->nce_dlur_mp) == -1) { in nce_l2_addr()
2130 nce->nce_dlur_mp); in nce_l2_addr()