Lines Matching refs:ncep
951 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()
4680 ncec = *ncep; in nce_add_common()
4917 if ((ncec->ncec_next = *ncep) != NULL) in nce_add_common()
4919 *ncep = ncec; in nce_add_common()
4920 ncec->ncec_ptpn = ncep; in nce_add_common()