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

/external/ipsec-tools/src/racoon/
H A Dhandler.c1299 struct ph2handle *iph2, *iph2_next; local
1308 for (iph2 = LIST_FIRST(&iph1->ph2tree); iph2; iph2 = iph2_next) {
1309 iph2_next = LIST_NEXT(iph2, chain);

Completed in 84 milliseconds