Home
last modified time | relevance | path

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

/openbsd/src/sbin/isakmpd/
Dmessage.c2107 struct payload *tp, *propp, *sap, *next_tp = 0, *next_propp, *next_sap; in message_negotiate_sa() local
2137 tp = next_tp) { in message_negotiate_sa()
2141 next_tp = step_transform(tp, &next_propp, &next_sap); in message_negotiate_sa()
2158 saved_tp = next_tp; in message_negotiate_sa()
2162 while ((next_tp = step_transform(tp, &next_propp, in message_negotiate_sa()
2164 tp = next_tp; in message_negotiate_sa()
2171 if (next_tp && propp != next_propp && sap == next_sap && in message_negotiate_sa()
2191 while ((next_tp = step_transform(tp, in message_negotiate_sa()
2196 tp = next_tp; in message_negotiate_sa()
2204 if (!next_tp || in message_negotiate_sa()
[all …]