Searched defs:lcconf (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dlocalconf.c66 struct localconf *lcconf; variable in typeref:struct:localconf
73 lcconf = racoon_calloc(1, sizeof(*lcconf));
74 if (lcconf == NULL)
79 lcconf->racoon_conf = LC_DEFAULT_CF;
88 clear_myaddr(&lcconf->myaddrs);
90 if (lcconf->pathinfo[i]) {
91 racoon_free(lcconf->pathinfo[i]);
92 lcconf->pathinfo[i] = NULL;
96 if (lcconf
[all...]
/external/ipsec-tools/
H A Dsetup.c65 struct localconf *lcconf = &localconf; variable in typeref:struct:localconf

Completed in 330 milliseconds