HomeSort by relevance Sort by last modified time
    Searched refs:PPPOES (Results 1 - 5 of 5) sorted by null

  /external/libpcap/
grammar.h 119 PPPOES = 329,
241 #define PPPOES 329
grammar.y 317 %token PPPOED PPPOES GENEVE
539 | PPPOES pnum { $$ = gen_pppoes(cstate, $2); }
540 | PPPOES { $$ = gen_pppoes(cstate, -1); }
grammar.c 422 PPPOES = 329,
544 #define PPPOES 329
977 "VLAN", "MPLS", "PPPOED", "PPPOES", "GENEVE", "ISO", "ESIS", "CLNP",
    [all...]
scanner.l 337 pppoes return PPPOES;
scanner.c     [all...]

Completed in 66 milliseconds