Home
last modified time | relevance | path

Searched refs:anyip (Results 1 – 4 of 4) sorted by relevance

/external/android-clat/
Dgetaddr.c36 union anyip ip;
99 union anyip *getinterface_ip(const char *interface, int family) { in getinterface_ip()
103 union anyip *retval = NULL; in getinterface_ip()
126 retval = malloc(sizeof(union anyip)); in getinterface_ip()
131 memcpy(retval, &targ.ip, sizeof(union anyip)); in getinterface_ip()
Dgetaddr.h21 union anyip { union
26 union anyip *getinterface_ip(const char *interface, int family);
Dclatd.c257 union anyip *interface_ip; in ipv6_address_changed()
285 union anyip *interface_ip; in clat_ipv6_address_from_interface()
Dclatd_test.cpp791 union anyip *ip = getinterface_ip(v4Iface.name().c_str(), AF_INET); in TEST_F()
815 union anyip *ip = getinterface_ip(v4Iface.name().c_str(), AF_INET); in TEST_F()
1025 union anyip *ip = getinterface_ip(sTun.name().c_str(), AF_INET6); in TEST_F()