HomeSort by: relevance | last modified time | path
    Searched refs:MPLS (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/rump/include/opt/
opt_rumpkernel.h 23 #define MPLS 1
  /src/sys/net/
if_loop.c 113 #ifdef MPLS
114 #include <netmpls/mpls.h>
299 #ifdef MPLS
if_gre.c 105 #ifdef MPLS
106 #include <netmpls/mpls.h>
833 #ifdef MPLS
917 #ifdef MPLS
if_ethersubr.c 163 #ifdef MPLS
164 #include <netmpls/mpls.h>
420 #ifdef MPLS
425 /* Having the tag itself indicates it's MPLS */
723 * Determine if the packet is within its size limits. For MPLS the
985 #ifdef MPLS
  /src/external/bsd/libpcap/dist/
grammar.y.in 390 %token VLAN MPLS
681 | MPLS pnum { CHECK_PTR_VAL(($$ = gen_mpls(cstate, $2, 1))); }
682 | MPLS { CHECK_PTR_VAL(($$ = gen_mpls(cstate, 0, 0))); }
scanner.l 349 mpls return MPLS;
pcap.c 3323 DLT_CHOICE(MPLS, "MPLS with label as link-layer header"),
  /src/sys/netinet/
ip_output.c 145 #ifdef MPLS
146 #include <netmpls/mpls.h>
166 #ifdef MPLS
180 * it's MPLS. Need some more efficient solution.

Completed in 32 milliseconds