Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h109 #define Q_IPX 29 macro
Dgrammar.y508 | IPX { $$ = Q_IPX; }
Dgencode.c4632 case Q_IPX:
4755 case Q_IPX:
5067 case Q_IPX:
6077 case Q_IPX:
Dgrammar.c2697 { (yyval.i) = Q_IPX; } in yyparse()