Lines Matching full:getip
950 static void getip(const char *const name, struct sockaddr_storage *result)
961 // Call getip() after the call DNSServiceCreateConnection().
962 // On the Win32 platform, WinSock must be initialized for getip() to succeed.
964 // DNSServiceCreateConnection() is called before getip() is.
966 getip(ip, &hostaddr);