Searched refs:IPv6ExtHdrSegmentRouting (Results 1 – 2 of 2) sorted by relevance
405 return IPv6ExtHdrSegmentRouting469 if self.nh == 43 and isinstance(self.payload, IPv6ExtHdrSegmentRouting):543 elif other.nh == 43 and isinstance(other.payload, IPv6ExtHdrSegmentRouting):701 elif (isinstance(u, IPv6ExtHdrSegmentRouting) and1051 class IPv6ExtHdrSegmentRouting(_IPv6ExtHdr): class
1686 ########### IPv6ExtHdrSegmentRouting Class ###########################1688 = IPv6ExtHdrSegmentRouting Class - default - build & dissect1689 s = raw(IPv6()/IPv6ExtHdrSegmentRouting()/UDP())1693 assert(UDP in p and IPv6ExtHdrSegmentRouting in p)1694 assert(len(p[IPv6ExtHdrSegmentRouting].addresses) == 1 and len(p[IPv6ExtHdrSegmentRouting].tlv_obje…1696 = IPv6ExtHdrSegmentRouting Class - empty lists - build & dissect1698 s = raw(IPv6()/IPv6ExtHdrSegmentRouting(addresses=[], tlv_objects=[])/UDP())1702 assert(UDP in p and IPv6ExtHdrSegmentRouting in p)1703 assert(len(p[IPv6ExtHdrSegmentRouting].addresses) == 0 and len(p[IPv6ExtHdrSegmentRouting].tlv_obje…1705 = IPv6ExtHdrSegmentRouting Class - addresses list - build & dissect[all …]