Home
last modified time | relevance | path

Searched refs:mtp3fieldtype (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/libpcap/dist/
H A Dgrammar.y270 int mtp3fieldtype; member
727 mtp3field: SIO { $$.mtp3fieldtype = M_SIO; }
728 | OPC { $$.mtp3fieldtype = M_OPC; }
729 | DPC { $$.mtp3fieldtype = M_DPC; }
730 | SLS { $$.mtp3fieldtype = M_SLS; }
731 | HSIO { $$.mtp3fieldtype = MH_SIO; }
732 | HOPC { $$.mtp3fieldtype = MH_OPC; }
733 | HDPC { $$.mtp3fieldtype = MH_DPC; }
734 | HSLS { $$.mtp3fieldtype = MH_SLS; }
737 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
[all …]