Home
last modified time | relevance | path

Searched refs:ncep (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c741 nce_format(uintptr_t addr, const nce_t *ncep, void *nce_cb_arg) in nce_format() argument
749 (uintptr_t)ncep->nce_common) == -1) { in nce_format()
750 mdb_warn("can't read ncec at %p", ncep->nce_common); in nce_format()
757 if (mdb_vread(&ill, sizeof (ill), (uintptr_t)ncep->nce_ill) == -1) { in nce_format()
773 nce_l2_addr(ncep, &ill), in nce_format()
774 ncep->nce_fp_mp, in nce_format()
775 ncep->nce_refcnt, in nce_format()
776 &ncep->nce_addr); in nce_format()
781 IN6_V4MAPPED_TO_INADDR(&ncep->nce_addr, &nceaddr); in nce_format()
784 nce_l2_addr(ncep, &ill), in nce_format()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c951 ncec_t **ncep; in ncec_walk_common() local
958 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
959 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
960 for (ncec = *ncep; ncec != NULL; ncec = ncec1) { in ncec_walk_common()
979 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
980 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
981 ncec = *ncep; in ncec_walk_common()
4632 ncec_t **ncep; in nce_add_common() local
4661 ncep = ((ncec_t **)NCE_HASH_PTR_V6(ipst, *addr)); in nce_add_common()
4666 ncep = ((ncec_t **)NCE_HASH_PTR_V4(ipst, v4addr)); in nce_add_common()
[all …]