Home
last modified time | relevance | path

Searched refs:getph1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.h473 extern struct ph1handle *getph1 __P((struct ph1handle *ph1hint,
479 getph1(NULL, local, remote, est ? GETPH1_F_ESTABLISHED : 0)
481 getph1(NULL, NULL, remote, 0)
H A Disakmp.c1970 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1);
2047 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1);
2202 iph1 = getph1(iph1hint, iph2->src, iph2->dst, 0);
3269 new_iph1 = getph1(iph1, iph1->local, iph1->remote, GETPH1_F_ESTABLISHED);
H A Dhandler.c180 getph1(ph1hint, local, remote, flags) in getph1() function