Lines Matching refs:ph1handle
115 struct ph1handle { struct
215 LIST_ENTRY(ph1handle) chain; argument
351 struct ph1handle *ph1; /* back pointer to isakmp status */
459 struct ph1handle;
463 extern struct ph1handle *getph1byindex __P((isakmp_index *));
464 extern struct ph1handle *getph1byindex0 __P((isakmp_index *));
467 int (* enum_func)(struct ph1handle *iph1, void *arg),
472 extern struct ph1handle *getph1 __P((struct ph1handle *ph1hint,
483 struct ph1handle *getph1bylogin __P((char *));
486 extern void migrate_ph12 __P((struct ph1handle *old_iph1, struct ph1handle *new_iph1));
487 extern void migrate_dying_ph12 __P((struct ph1handle *iph1));
489 extern struct ph1handle *newph1 __P((void));
490 extern void delph1 __P((struct ph1handle *));
491 extern int insph1 __P((struct ph1handle *));
492 extern void remph1 __P((struct ph1handle *));
493 extern int resolveph1rmconf __P((struct ph1handle *));
496 extern int ph1_rekey_enabled __P((struct ph1handle *));
504 extern struct ph2handle *getph2bymsgid __P((struct ph1handle *, u_int32_t));
518 extern void bindph12 __P((struct ph1handle *, struct ph2handle *));