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

  /external/scapy/scapy/contrib/
mpls.py 15 # scapy.contrib.description = MPLS
25 class MPLS(Packet):
26 name = "MPLS"
35 return MPLS
43 bind_layers(Ether, MPLS, type=0x8847)
44 bind_layers(GRE, MPLS, proto=0x8847)
45 bind_layers(MPLS, MPLS, s=0)
nsh.py 28 from scapy.contrib.mpls import MPLS
73 5: 'MPLS'}),
97 bind_layers(NSH, MPLS, {'NextProto': 5}, NextProto=5)
icmp_extensions.py 27 from scapy.contrib.mpls import MPLS
114 name = 'ICMP Extension Object - MPLS (RFC4950)'
119 PacketListField('stack', [], MPLS,
  /external/libpcap/
grammar.h 117 MPLS = 327,
239 #define MPLS 327
grammar.y 316 %token VLAN MPLS
536 | MPLS pnum { $$ = gen_mpls(cstate, $2); }
537 | MPLS { $$ = gen_mpls(cstate, -1); }
grammar.c 420 MPLS = 327,
542 #define MPLS 327
977 "VLAN", "MPLS", "PPPOED", "PPPOES", "GENEVE", "ISO", "ESIS", "CLNP",
    [all...]
scanner.l 335 mpls return MPLS;
pcap.c     [all...]
scanner.c     [all...]

Completed in 89 milliseconds