Searched refs:new_iph1 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | isakmp.c | 1960 struct ph1handle *new_iph1; local 1970 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1); 1971 if (new_iph1 == NULL) { 1988 migrate_ph12(iph1, new_iph1); 2043 struct ph1handle *new_iph1; local 2047 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1); 2048 if (new_iph1 != NULL) 2049 migrate_ph12(iph1, new_iph1); 2074 if (new_iph1 == NULL && ph1_rekey_enabled(iph1)) 3259 struct ph1handle *new_iph1; local [all …]
|
H A D | handler.h | 487 extern void migrate_ph12 __P((struct ph1handle *old_iph1, struct ph1handle *new_iph1));
|
H A D | handler.c | 272 migrate_ph12(old_iph1, new_iph1) in migrate_ph12() argument 273 struct ph1handle *old_iph1, *new_iph1; in migrate_ph12() 285 bindph12(new_iph1, p);
|