Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h189 #define M_SIO 1 macro
Dgrammar.y.in813 mtp3field: SIO { $$.mtp3fieldtype = M_SIO; }
829 if ($$.mtp3fieldtype == M_SIO ||
Dgrammar.c3461 { (yyval.blk).mtp3fieldtype = M_SIO; } in yyparse()
3529 if ((yyval.blk).mtp3fieldtype == M_SIO || in yyparse()
Dgencode.c9840 case M_SIO: in gen_mtp3field_code()