Home
last modified time | relevance | path

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

/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.h516 extern void deleteallph2 __P((struct sockaddr *, struct sockaddr *, u_int));
H A Disakmp_inf.c1253 deleteallph2(iph1->local, iph1->remote, proto_id);
1268 deleteallph2(iph1->remote, iph1->local, proto_id);
H A Dhandler.c886 deleteallph2(src, dst, proto_id) in deleteallph2() function