HomeSort by relevance Sort by last modified time
    Searched refs:atmfieldtype (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
grammar.y 265 int atmfieldtype;
696 atmfield: VPI { $$.atmfieldtype = A_VPI; }
697 | VCI { $$.atmfieldtype = A_VCI; }
700 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
701 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
705 $$.atmfieldtype = $<blk>0.atmfieldtype;
706 if ($$.atmfieldtype == A_VPI ||
707 $$.atmfieldtype == A_VCI)
708 $$.b = gen_atmfield_code($$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0)
    [all...]
grammar.c 620 int atmfieldtype; member in struct:YYSTYPE::__anon23974
    [all...]
tokdefs.h 305 int atmfieldtype; member in struct:YYSTYPE::__anon24008

Completed in 437 milliseconds