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

  /external/libpcap/
tokdefs.h 117 MPLS = 327,
239 #define MPLS 327
grammar.y 301 %token VLAN MPLS
521 | MPLS pnum { $$ = gen_mpls($2); }
522 | MPLS { $$ = gen_mpls(-1); }
grammar.c 432 MPLS = 327,
554 #define MPLS 327
990 "VLAN", "MPLS", "PPPOED", "PPPOES", "GENEVE", "ISO", "ESIS", "CLNP",
    [all...]
scanner.l 275 mpls return MPLS;
scanner.c     [all...]

Completed in 51 milliseconds