Searched refs:mtp3fieldtype (Results 1 – 1 of 1) sorted by relevance
270 int mtp3fieldtype; member727 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 …]