Searched refs:_IPv6ExtHdr (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/layers/ |
D | inet6.py | 590 while selfup is not None and isinstance(selfup, _IPv6ExtHdr): 596 while otherup is not None and isinstance(otherup, _IPv6ExtHdr): 734 class _IPv6ExtHdr(_IPv6GuessPayload, Packet): class 953 class IPv6ExtHdrHopByHop(_IPv6ExtHdr): 966 class IPv6ExtHdrDestOpt(_IPv6ExtHdr): 979 class IPv6ExtHdrRouting(_IPv6ExtHdr): 994 return _IPv6ExtHdr.post_build(self, pkt, pay) 1051 class IPv6ExtHdrSegmentRouting(_IPv6ExtHdr): 1098 return _IPv6ExtHdr.post_build(self, pkt, pay) 1103 class IPv6ExtHdrFragment(_IPv6ExtHdr): [all …]
|
D | inet.py | 533 …nderlayer, scapy.layers.inet6.IPv6) or isinstance(self.underlayer, scapy.layers.inet6._IPv6ExtHdr): 601 …nderlayer, scapy.layers.inet6.IPv6) or isinstance(self.underlayer, scapy.layers.inet6._IPv6ExtHdr):
|