Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h193 #define M_SIO 1 macro
Dgrammar.y738 mtp3field: SIO { $$.mtp3fieldtype = M_SIO; }
754 if ($$.mtp3fieldtype == M_SIO ||
Dgrammar.c3331 { (yyval.blk).mtp3fieldtype = M_SIO; } in yyparse()
3399 if ((yyval.blk).mtp3fieldtype == M_SIO || in yyparse()
Dgencode.c8793 case M_SIO: in gen_mtp3field_code()