OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipsec_compdef
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/racoon/
algorithm.c
222
static struct misc_algorithm
ipsec_compdef
[] = {
variable in typeref:struct:misc_algorithm
673
for (i = 0; i < ARRAYLEN(
ipsec_compdef
); i++)
674
if (type ==
ipsec_compdef
[i].type) {
675
res =
ipsec_compdef
[i].doi;
Completed in 21 milliseconds