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

Lines Matching refs:interface

184  * generates the local ipv6 subnet when given the interface ip
186 * interface_ip - in: interface ip, out: local ipv6 host address
197 * finds the ipv6 subnet configured on the specified interface
199 * interface - network interface name
201 int subnet_from_interface(cnode *root, const char *interface) {
207 interface_ip = getinterface_ip(interface, AF_INET6);
209 logmsg(ANDROID_LOG_FATAL,"unable to find an ipv6 ip on interface %s",interface);
224 * uplink_interface - interface to use to reach the internet and supplier of address space