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

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

Completed in 68 milliseconds