OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atmfieldtype
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
grammar.y
147
int
atmfieldtype
;
457
atmfield: VPI { $$.
atmfieldtype
= A_VPI; }
458
| VCI { $$.
atmfieldtype
= A_VCI; }
461
| relop NUM { $$.b = gen_atmfield_code($<blk>0.
atmfieldtype
, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
462
| irelop NUM { $$.b = gen_atmfield_code($<blk>0.
atmfieldtype
, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
466
$$.
atmfieldtype
= $<blk>0.
atmfieldtype
;
467
if ($$.
atmfieldtype
== A_VPI ||
468
$$.
atmfieldtype
== A_VCI)
469
$$.b = gen_atmfield_code($$.
atmfieldtype
, (bpf_int32) $1, BPF_JEQ, 0)
[
all
...]
tokdefs.h
252
int
atmfieldtype
;
member in struct:YYSTYPE::__anon21002
grammar.c
444
int
atmfieldtype
;
member in struct:YYSTYPE::__anon20997
[
all
...]
Completed in 25 milliseconds