Home
last modified time | relevance | path

Searched refs:ipv6 (Results 1 – 7 of 7) sorted by relevance

/system/core/base/
Dparsenetaddress.cpp31 bool ipv6 = true; in ParseNetAddress() local
50 ipv6 = false; in ParseNetAddress()
75 StringPrintf(ipv6 ? "[%s]:%d" : "%s:%d", host->c_str(), *port); in ParseNetAddress()
/system/extras/tests/net_test/
Dnet_test.sh4 [ -f /proc/net/if_inet6 ] || insmod $DIR/kernel/net-next/net/ipv6/ipv6.ko
Dping6_test.py129 def IPv6Packet(self, ipv6): argument
130 icmpv6 = ipv6.getlayer(scapy.ICMPv6EchoRequest)
133 if (ipv6.nh != IPPROTO_ICMPV6 or
140 if not self.ChecksumValid(ipv6):
143 if ipv6.dst.startswith("ff02::"):
144 ipv6.dst = ipv6.src
146 ipv6.src = src
148 self.SendPacket(ipv6)
149 elif ipv6.hlim < self.MIN_TTL:
150 self.SendTimeExceeded(6, ipv6)
[all …]
Dmultinetwork_base.py587 ipv6 = expected.getlayer("IPv6")
588 if ipv6 and ipv6.dst.startswith("ff"):
/system/webservd/webservd/
Dmain.cc91 DEFINE_bool(ipv6, true, "enable IPv6 support"); in main()
/system/connectivity/shill/doc/
Dipconfig-api.txt64 "ipv6" (fixed IPv6 network state)
/system/core/rootdir/
Dinit.rc123 write /proc/sys/net/ipv6/fwmark_reflect 1
130 write /proc/sys/net/ipv6/conf/all/accept_redirects 0