Searched refs:iph2_next (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.c1463 struct ph2handle *iph2, *iph2_next; local
1473 for (iph2 = LIST_FIRST(&iph1->ph2tree); iph2; iph2 = iph2_next) {
1474 iph2_next = LIST_NEXT(iph2, ph1bind);

Completed in 68 milliseconds