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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c137 htonl(u_long a0) function
142 idnLogPrintf(idn_log_level_trace, "stub htonl() called\n");
146 if ((p = GetProcAddress(DLLHANDLE, "htonl")) == NULL) {
147 FATAL("cannot find entry htonl (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c137 htonl(u_long a0) function
142 idnLogPrintf(idn_log_level_trace, "stub htonl() called\n");
146 if ((p = GetProcAddress(DLLHANDLE, "htonl")) == NULL) {
147 FATAL("cannot find entry htonl (%d)\n", GetLastError());

Completed in 1385 milliseconds