Searched defs:bind (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 23 bind(SOCKET a0, const struct sockaddr* a1, int a2) function 28 idnLogPrintf(idn_log_level_trace, "stub bind() called\n"); 32 if ((p = GetProcAddress(DLLHANDLE, "bind")) == NULL) { 33 FATAL("cannot find entry bind (%d)\n", GetLastError());
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 23 bind(SOCKET a0, const struct sockaddr* a1, int a2) function 28 idnLogPrintf(idn_log_level_trace, "stub bind() called\n"); 32 if ((p = GetProcAddress(DLLHANDLE, "bind")) == NULL) { 33 FATAL("cannot find entry bind (%d)\n", GetLastError());
|
Completed in 17 milliseconds