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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1339 struct peer_hash *next_ph; local
1353 for (php = ph_pp[i]; php != NULL; php = next_ph) {
1354 next_ph = php->ph_next;
1357 ph_pp[i] = next_ph;
1359 prev_ph->ph_next = next_ph;

Completed in 46 milliseconds