OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sittype
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
localconf.c
305
* convert
sittype
to DOI value.
310
sittype2doi(
sittype
)
311
int
sittype
;
313
if (ARRAYLEN(lc_sittype2doi) >
sittype
)
314
return lc_sittype2doi[
sittype
];
remoteconf.h
67
int
sittype
; /* situation type */
member in struct:remoteconf
remoteconf.c
182
new->
sittype
= IPSECDOI_SIT_IDENTITY_ONLY;
cfparse.y
[
all
...]
ipsec_doi.c
[
all
...]
Completed in 5309 milliseconds