OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:algno
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/libipsec/
pfkey.c
138
int
algno
;
local
143
algno
= findsupportedmap((int)satype);
144
if (
algno
== -1) {
148
if (ipsec_supported[
algno
] == NULL) {
153
tlen = ipsec_supported[
algno
]->sadb_supported_len
155
p = (void *)(ipsec_supported[
algno
] + 1);
662
int len,
algno
;
local
665
for (
algno
= 0;
666
algno
< sizeof(supported_map)/sizeof(supported_map[0]);
667
algno
++)
[
all
...]
Completed in 119 milliseconds