OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAINFO
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
cfparse.h
115
SAINFO
= 331,
280
#define
SAINFO
331
cfparse.y
73
#include "
sainfo
.h"
150
static struct
sainfo
*cur_sainfo;
211
/*
sainfo
*/
212
%token
SAINFO
FROM
1122
/*
sainfo
*/
1124
:
SAINFO
1128
yyerror("failed to allocate
sainfo
");
1134
struct
sainfo
*check;
1159
yyerror("duplicated
sainfo
: %s",
1365
yyerror("failed to set
sainfo
xauth group.\n")
[
all
...]
cftoken.l
277
/*
sainfo
*/
278
<S_INI>
sainfo
{ BEGIN S_SAINF; YYDB; return(
SAINFO
); }
284
/*
sainfo
spec */
Completed in 60 milliseconds