Searched defs:inet_ntoa (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c194 inet_ntoa(struct in_addr a0) function
199 idnLogPrintf(idn_log_level_trace, "stub inet_ntoa() called\n");
203 if ((p = GetProcAddress(DLLHANDLE, "inet_ntoa")) == NULL) {
204 FATAL("cannot find entry inet_ntoa (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c213 inet_ntoa(struct in_addr a0) function
218 idnLogPrintf(idn_log_level_trace, "stub inet_ntoa() called\n");
222 if ((p = GetProcAddress(DLLHANDLE, "inet_ntoa")) == NULL) {
223 FATAL("cannot find entry inet_ntoa (%d)\n", GetLastError());

Completed in 831 milliseconds