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

  /external/libpcap/
grammar.y 280 int atmfieldtype;
711 atmfield: VPI { $$.atmfieldtype = A_VPI; }
712 | VCI { $$.atmfieldtype = A_VCI; }
715 | relop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
716 | irelop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
720 $$.atmfieldtype = $<blk>0.atmfieldtype;
721 if ($$.atmfieldtype == A_VPI ||
722 $$.atmfieldtype == A_VCI)
723 $$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0)
    [all...]
grammar.c 608 int atmfieldtype; member in struct:YYSTYPE::__anon25638
    [all...]
grammar.h 305 int atmfieldtype; member in struct:YYSTYPE::__anon25640

Completed in 53 milliseconds