Lines Matching full:ipv6
80 AUTOCONF_TABLE_SYSCTL = "/proc/sys/net/ipv6/conf/default/accept_ra_rt_table"
109 rules and routes, and supports IPv4 and IPv6.
218 cls.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % iface, 0)
240 scapy.IPv6(src=lladdr, hlim=255) /
272 # IPv6 uses autoconf for everything, except if per-device autoconf routing
334 6: "ipv6/icmp/ratelimit"}[version]
410 # Always set the IPv4 interface, because it will be used even on IPv6
519 actualipv6 = actual.getlayer("IPv6")
565 # packet. For now the only tests that use this are IPv6.
566 ipv6 = expected.getlayer("IPv6")
567 if ipv6 and ipv6.dst.startswith("ff"):