Searched refs:anyip (Results 1 – 6 of 6) sorted by relevance
35 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()
21 union anyip { union26 union anyip *getinterface_ip(const char *interface, int family);
28 union anyip reply_gateway;
43 union anyip *this_gateway = NULL; in get_default_route_cb()
202 union anyip *interface_ip; in subnet_from_interface()
151 union anyip *interface_ip; in interface_poll()