Home
last modified time | relevance | path

Searched refs:newrmconf (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Dhandler.c1321 struct remoteconf *newrmconf; in revalidate_ph1tree_rmconf() local
1329 newrmconf=getrmconf(p->remote); in revalidate_ph1tree_rmconf()
1330 if(newrmconf == NULL){ in revalidate_ph1tree_rmconf()
1336 p->rmconf=newrmconf; in revalidate_ph1tree_rmconf()
1344 p->approval->rmconf=newrmconf; in revalidate_ph1tree_rmconf()
Dremoteconf.h167 extern struct remoteconf *newrmconf __P((void));
Dremoteconf.c169 newrmconf() in newrmconf() function
Dcfparse.y1541 new = newrmconf();
/external/ipsec-tools/
Dsetup.c445 remoteconf = newrmconf(); in setup()