HomeSort by: relevance | last modified time | path
    Searched refs:new_iph1 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
handler.h 484 extern void migrate_ph12(struct ph1handle *old_iph1, struct ph1handle *new_iph1);
isakmp.c 1932 struct ph1handle *new_iph1; local
1942 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1);
1943 if (new_iph1 == NULL) {
1960 migrate_ph12(iph1, new_iph1);
2011 struct ph1handle *new_iph1; local
2015 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1);
2016 if (new_iph1 != NULL)
2017 migrate_ph12(iph1, new_iph1);
2042 if (new_iph1 == NULL && ph1_rekey_enabled(iph1))
3167 struct ph1handle *new_iph1;
3166 struct ph1handle *new_iph1; local
    [all...]
handler.c 261 * move phase2s from old_iph1 to new_iph1
264 migrate_ph12(struct ph1handle *old_iph1, struct ph1handle *new_iph1)
276 bindph12(new_iph1, p);

Completed in 18 milliseconds