Searched refs:IPv6ExtHdrSegmentRouting (Results 1 - 1 of 1) sorted by relevance

/external/scapy/scapy/layers/
H A Dinet6.py405 return IPv6ExtHdrSegmentRouting
469 if self.nh == 43 and isinstance(self.payload, IPv6ExtHdrSegmentRouting):
543 elif other.nh == 43 and isinstance(other.payload, IPv6ExtHdrSegmentRouting):
701 elif (isinstance(u, IPv6ExtHdrSegmentRouting) and
1051 class IPv6ExtHdrSegmentRouting(_IPv6ExtHdr): class in inherits:_IPv6ExtHdr
1079 warning("IPv6ExtHdrSegmentRouting(): can't pad 1 byte !")

Completed in 282 milliseconds