Searched refs:PPPOES (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dtokdefs.h119 PPPOES = 329, enumerator in enum:yytokentype
241 #define PPPOES 329 macro
H A Dgrammar.y302 %token PPPOED PPPOES GENEVE
524 | PPPOES pnum { $$ = gen_pppoes($2); }
525 | PPPOES { $$ = gen_pppoes(-1); }
H A Dgrammar.c434 PPPOES = 329, enumerator in enum:yytokentype
556 #define PPPOES 329 macro
990 "VLAN", "MPLS", "PPPOED", "PPPOES", "GENEVE", "ISO", "ESIS", "CLNP",
H A Dscanner.l277 pppoes return PPPOES;
H A Dscanner.c3432 return PPPOES;

Completed in 93 milliseconds