Searched refs:getip (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/Clients/
H A Ddns-sd.c950 static void getip(const char *const name, struct sockaddr_storage *result) function
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);

Completed in 110 milliseconds