Searched refs:ipv6 (Results 1 – 3 of 3) sorted by relevance
135 [ -f /proc/net/if_inet6 ] || insmod $DIR/kernel/net-next/net/ipv6/ipv6.ko
148 def IPv6Packet(self, ipv6): argument149 icmpv6 = ipv6.getlayer(scapy.ICMPv6EchoRequest)152 if (ipv6.nh != IPPROTO_ICMPV6 or159 if not self.ChecksumValid(ipv6):162 if ipv6.dst.startswith("ff02::"):163 ipv6.dst = ipv6.src165 ipv6.src = src167 self.SendPacket(ipv6)168 elif ipv6.hlim < self.MIN_TTL:169 self.SendTimeExceeded(6, ipv6)[all …]
693 ipv6 = expected.getlayer("IPv6")694 if ipv6 and ipv6.dst.startswith("ff"):