Lines Matching refs:nce
728 nce_t nce;
730 if (mdb_vread(&nce, sizeof (nce), wsp->walk_addr) == -1) {
731 mdb_warn("can't read nce at %p", wsp->walk_addr);
735 return (wsp->walk_callback(wsp->walk_addr, &nce, wsp->walk_cbdata));
1441 nce(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
1443 nce_t nce;
1477 (void) mdb_vread(&nce, sizeof (nce_t), addr);
1478 (void) nce_format(addr, &nce, &nce_cb);
1479 } else if (mdb_walk("nce", (mdb_walk_cb_t)nce_format, &nce_cb) == -1) {
1911 { "nce", "?[-P v4|v6] [-i <interface>]",
1912 "display interface-specific Neighbor Cache structures", nce },
1952 { "nce", "walk active nce_t structures",
2086 nce_l2_addr(const nce_t *nce, const ill_t *ill)
2093 if (nce->nce_dlur_mp == NULL)
2098 (uintptr_t)nce->nce_dlur_mp) == -1) {
2100 nce->nce_dlur_mp);