OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newrmconf
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
167
extern struct remoteconf *
newrmconf
__P((void));
handler.c
1321
struct remoteconf *
newrmconf
;
local
1329
newrmconf
=getrmconf(p->remote);
1330
if(
newrmconf
== NULL){
1336
p->rmconf=
newrmconf
;
1344
p->approval->rmconf=
newrmconf
;
remoteconf.c
169
newrmconf
()
function
cfparse.y
[
all
...]
/external/ipsec-tools/
setup.c
427
remoteconf =
newrmconf
();
Completed in 944 milliseconds