HomeSort by relevance Sort by last modified time
    Searched defs:lcconf (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
localconf.c 66 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->ident[i]
    [all...]
  /external/ipsec-tools/
setup.c 66 struct localconf *lcconf = &localconf; variable in typeref:struct:localconf

Completed in 840 milliseconds