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

  /src/crypto/dist/ipsec-tools/src/racoon/
pfkey.c 1651 struct ph1handle *iph1hint; local
1659 iph1hint = iph2->ph1;
1664 if (isakmp_post_acquire(iph2, iph1hint, FALSE) < 0) {
3033 struct ph1handle *iph1hint; local
3044 iph1hint = iph2->ph1;
3049 if (isakmp_post_acquire(iph2, iph1hint, FALSE) < 0) {
isakmp.c 2122 isakmp_post_acquire(struct ph2handle *iph2, struct ph1handle *iph1hint,
2139 if (iph1hint == NULL || iph1hint->rmconf == NULL) {
2148 rmconf = iph1hint->rmconf;
2165 iph1 = getph1(iph1hint, iph2->src, iph2->dst, 0);

Completed in 18 milliseconds