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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c270 ntohs(u_short a0) function
275 idnLogPrintf(idn_log_level_trace, "stub ntohs() called\n");
279 if ((p = GetProcAddress(DLLHANDLE, "ntohs")) == NULL) {
280 FATAL("cannot find entry ntohs (%d)\n", GetLastError());
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c270 ntohs(u_short a0) function
275 idnLogPrintf(idn_log_level_trace, "stub ntohs() called\n");
279 if ((p = GetProcAddress(DLLHANDLE, "ntohs")) == NULL) {
280 FATAL("cannot find entry ntohs (%d)\n", GetLastError());

Completed in 20 milliseconds