Home | History | Annotate | Download | only in android-clat

Lines Matching full:ipv6

120  * locates the config item, parses the ipv6 address, and returns the pointer ret_val_ptr, or NULL on failure
137 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for %s: %s", item_name, tmp);
155 * compares the prefixes two ipv6 addresses. assumes the prefix lengths are both /64.
191 * myaddr - IPv6 address to write to
197 // Fill last 8 bytes of IPv6 address with random bits.
201 // checksum(Local IPv4 | Remote IPv4) = checksum(Local IPv6 | Remote IPv6)
202 // in other words (because remote IPv6 = NAT64 prefix | Remote IPv4):
203 // checksum(Local IPv4) = checksum(Local IPv6 | NAT64 prefix)
273 * generates the local ipv6 subnet when given the interface ip
275 * interface_ip - in: interface ip, out: local ipv6 host address
339 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for plat prefix: %s", plat_prefix);