Lines Matching defs:nce
75 * fill up the ip2m response fields with inforamation from the nce.
142 * add a callback to the nce, so that the callback can be invoked
181 nce_t *nce = NULL;
219 nce = nce_lookup_v6(ill, &sin6->sin6_addr);
223 &sin6->sin6_addr, 0, ND_UNCHANGED, &nce);
228 nce = nce_lookup_v4(ill, &sin->sin_addr.s_addr);
232 &sin->sin_addr.s_addr, 0, ND_UNCHANGED, &nce);
236 if (nce == NULL) {
240 ncec = nce->nce_common;
258 ncec = nce->nce_common;
275 * if the existing information in the nce is
288 need_resolve = B_TRUE; /* reachable but very old nce */
290 need_resolve = B_TRUE; /* ND_INITIAL nce */
319 if (nce != NULL)
320 nce_refrele(nce);