Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dlocalconf.c97 lcconf_setpath(char* path, unsigned int path_type) in lcconf_setpath() argument
99 if (path_type >= LC_PATHTYPE_MAX) in lcconf_setpath()
102 if (lcconf->pathinfo[path_type]) in lcconf_setpath()
103 racoon_free(lcconf->pathinfo[path_type]); in lcconf_setpath()
105 lcconf->pathinfo[path_type] = path; in lcconf_setpath()