Home
last modified time | relevance | path

Searched refs:getrmconf (Results 1 – 10 of 10) sorted by relevance

/external/ipsec-tools/src/racoon/
Dremoteconf.h163 extern struct remoteconf *getrmconf __P((struct sockaddr *));
Dadmin.c415 rmconf = getrmconf(dst);
Dremoteconf.c162 getrmconf(remote) in getrmconf() function
Dproposal.c1247 conf = getrmconf(iph2->dst);
Dhandler.c1329 newrmconf=getrmconf(p->remote); in revalidate_ph1tree_rmconf()
Disakmp.c1131 rmconf = getrmconf(remote);
2156 rmconf = getrmconf(iph2->dst);
Disakmp_inf.c707 rmconf = getrmconf(remote);
Disakmp_quick.c1860 conf = getrmconf(iph2->dst);
Dpfkey.c1862 conf = getrmconf(iph2[n]->dst);
/external/ipsec-tools/
Dsetup.c306 struct remoteconf *getrmconf(struct sockaddr *addr) in getrmconf() function