Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c739 nce_format(uintptr_t addr, const nce_t *ncep, void *nce_cb_arg) in nce_format() argument
747 (uintptr_t)ncep->nce_common) == -1) { in nce_format()
748 mdb_warn("can't read ncec at %p", ncep->nce_common); in nce_format()
755 if (mdb_vread(&ill, sizeof (ill), (uintptr_t)ncep->nce_ill) == -1) { in nce_format()
771 nce_l2_addr(ncep, &ill), in nce_format()
772 ncep->nce_fp_mp, in nce_format()
773 ncep->nce_refcnt, in nce_format()
774 &ncep->nce_addr); in nce_format()
779 IN6_V4MAPPED_TO_INADDR(&ncep->nce_addr, &nceaddr); in nce_format()
782 nce_l2_addr(ncep, &ill), in nce_format()
[all …]
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_ndp.c947 ncec_t **ncep; in ncec_walk_common() local
954 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
955 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
956 for (ncec = *ncep; ncec != NULL; ncec = ncec1) { in ncec_walk_common()
975 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
976 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
977 ncec = *ncep; in ncec_walk_common()
4387 ncec_t **ncep; in nce_add_common() local
4414 ncep = ((ncec_t **)NCE_HASH_PTR_V6(ipst, *addr)); in nce_add_common()
4419 ncep = ((ncec_t **)NCE_HASH_PTR_V4(ipst, v4addr)); in nce_add_common()
[all …]