Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c1279 struct ip_lif *nextlif; in update_cache() local
1322 nextlif = lif->li_next; in update_cache()
1324 lif->li_prev->li_next = nextlif; in update_cache()
1325 if (nextlif != NULL) in update_cache()
1326 nextlif->li_prev = lif->li_prev; in update_cache()
1329 nextlif; in update_cache()
1335 lif = nextlif; in update_cache()