Searched refs:next_tp (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sbin/isakmpd/ |
| D | message.c | 2095 struct payload *tp, *propp, *sap, *next_tp = 0, *next_propp, *next_sap; in message_negotiate_sa() local 2125 tp = next_tp) { in message_negotiate_sa() 2129 next_tp = step_transform(tp, &next_propp, &next_sap); in message_negotiate_sa() 2146 saved_tp = next_tp; in message_negotiate_sa() 2150 while ((next_tp = step_transform(tp, &next_propp, in message_negotiate_sa() 2152 tp = next_tp; in message_negotiate_sa() 2159 if (next_tp && propp != next_propp && sap == next_sap && in message_negotiate_sa() 2180 while ((next_tp = step_transform(tp, in message_negotiate_sa() 2185 tp = next_tp; in message_negotiate_sa() 2193 if (!next_tp || in message_negotiate_sa() [all …]
|