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

/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperf_udp.sh87 # Use the dce getip program, and if that doesn't work, try the
90 if [ -x /opt/dcelocal/bin/getip ]; then
91 IP=`getip $1`
H A Dperf_tcp.sh87 # Use the dce getip program, and if that doesn't work, try the
90 if [ -x /opt/dcelocal/bin/getip ]; then
91 IP=`getip $1`
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c1349 static void getip(const char *const name, struct sockaddr_storage *result) function
1360 // Call getip() after the call DNSServiceCreateConnection().
1361 // On the Win32 platform, WinSock must be initialized for getip() to succeed.
1363 // DNSServiceCreateConnection() is called before getip() is.
1365 getip(ip, &hostaddr);

Completed in 184 milliseconds