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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c1517 ipif_t *ipif, *ubnextipif, *ubheadipif = NULL; local
1559 ipif->ipif_bound_next = ubheadipif;
1560 ubheadipif = ipif;
1575 for (ipif = ubheadipif; ipif != NULL; ipif = ubnextipif) {

Completed in 62 milliseconds