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
144
int
algno
;
local
149
algno
= findsupportedmap((int)satype);
150
if (
algno
== -1) {
154
if (ipsec_supported[
algno
] == NULL) {
159
tlen = ipsec_supported[
algno
]->sadb_supported_len
161
p = (void *)(ipsec_supported[
algno
] + 1);
711
int len,
algno
;
local
714
for (
algno
= 0;
715
algno
< sizeof(supported_map)/sizeof(supported_map[0]);
716
algno
++)
[
all
...]
Completed in 35 milliseconds