Searched defs:nce_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c2235 nce_t *nce, *nce_next; local
2259 for (; nce != NULL; nce = nce_next) {
2260 nce_next = list_next(&ill->ill_nce, nce);
H A Dip_ndp.c4885 nce_t *nce = NULL, *nce_next; local
4889 nce_next = list_next(&ill->ill_nce, nce);
4892 nce = nce_next;
4907 nce_t *nce, *nce_next; local
4913 nce_next = list_next(&ill->ill_nce, nce);
4915 nce = nce_next;
4927 nce = nce_next;

Completed in 98 milliseconds