OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:name_direction
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/racoon/
strnames.c
927
static struct ksmap
name_direction
[] = {
variable in typeref:struct:ksmap
940
for (i = 0; i < ARRAYLEN(
name_direction
); i++)
941
if (
name_direction
[i].key == k)
942
return
name_direction
[i].str;
Completed in 154 milliseconds