OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num32
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/libipsec/
policy_token.l
111
low { yylval.
num32
= PRIORITY_LOW; return(PRIO_BASE); }
112
def { yylval.
num32
= PRIORITY_DEFAULT; return(PRIO_BASE); }
113
high { yylval.
num32
= PRIORITY_HIGH; return(PRIO_BASE); }
policy_parse.h
86
u_int32_t
num32
;
member in union:YYSTYPE
policy_parse.y
131
u_int32_t
num32
;
140
%token <
num32
> PRIO_BASE
Completed in 50 milliseconds