OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doitype
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
localconf.c
323
* convert
doitype
to DOI value.
328
doitype2doi(
doitype
)
329
int
doitype
;
331
if (ARRAYLEN(lc_doitype2doi) >
doitype
)
332
return lc_doitype2doi[
doitype
];
remoteconf.h
66
int
doitype
; /* doi type */
member in struct:remoteconf
remoteconf.c
181
new->
doitype
= IPSEC_DOI;
531
plog(LLV_INFO, LOCATION, NULL, "\tdoi %s;\n", s_doi(p->
doitype
));
isakmp_inf.c
816
n->doi = htonl(iph1->rmconf->
doitype
);
[
all
...]
cfparse.y
215
%token EXCHANGE_MODE EXCHANGETYPE DOI
DOITYPE
SITUATION SITUATIONTYPE
250
%type <num> EXCHANGETYPE
DOITYPE
SITUATIONTYPE
[
all
...]
ipsec_doi.c
[
all
...]
Completed in 84 milliseconds