Home
last modified time | relevance | path

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

/external/libpcap/
Dgrammar.h119 PPPOES = 329, enumerator
241 #define PPPOES 329 macro
Dgrammar.y332 %token PPPOED PPPOES GENEVE
554 | PPPOES pnum { $$ = gen_pppoes(cstate, $2); }
555 | PPPOES { $$ = gen_pppoes(cstate, -1); }
Dscanner.l351 pppoes return PPPOES;
Dgrammar.c437 PPPOES = 329, enumerator
559 #define PPPOES 329 macro
Dscanner.c3691 return PPPOES;