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

/external/libpcap/
H A Dtokdefs.h111 PPPOES = 329, enumerator in enum:yytokentype
232 #define PPPOES 329 macro
H A Dgrammar.y288 %token PPPOED PPPOES
510 | PPPOES pnum { $$ = gen_pppoes($2); }
511 | PPPOES { $$ = gen_pppoes(-1); }
H A Dgrammar.c418 PPPOES = 329, enumerator in enum:yytokentype
539 #define PPPOES 329 macro
1036 "VLAN", "MPLS", "PPPOED", "PPPOES", "ISO", "ESIS", "CLNP", "ISIS", "L1",
H A Dscanner.l286 pppoes return PPPOES;
H A Dscanner.c3429 return PPPOES;

Completed in 141 milliseconds