MCPcopy Index your code
hub / github.com/secdev/scapy / LDPLabelMM

Class LDPLabelMM

scapy/contrib/ldp.py:364–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363
364class LDPLabelMM(_LDP_Packet):
365 name = "LDPLabelMM"
366 fields_desc = [BitField("u", 0, 1),
367 XBitField("type", 0x0400, 15),
368 ShortField("len", None),
369 IntField("id", 0),
370 MayEnd(FecTLVField("fec", None)),
371 LabelTLVField("label", 0)]
372
373# 3.5.8. Label Request Message
374

Callers

nothing calls this directly

Calls 7

BitFieldClass · 0.90
XBitFieldClass · 0.90
ShortFieldClass · 0.90
IntFieldClass · 0.90
MayEndClass · 0.90
FecTLVFieldClass · 0.85
LabelTLVFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…