Home
last modified time | relevance | path

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

/external/android-clat/
Dgetaddr.c35 union anyip ip;
97 union anyip *getinterface_ip(const char *interface, int family) { in getinterface_ip()
101 union anyip *retval = NULL; in getinterface_ip()
124 retval = malloc(sizeof(union anyip)); in getinterface_ip()
129 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);
Dgetroute.h28 union anyip reply_gateway;
Dgetroute.c43 union anyip *this_gateway = NULL; in get_default_route_cb()
Dconfig.c202 union anyip *interface_ip; in subnet_from_interface()
Dclatd.c151 union anyip *interface_ip; in interface_poll()