Searched defs:getsockopt (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 118 getsockopt(SOCKET a0, int a1, int a2, char* a3, int* a4) function 123 idnLogPrintf(idn_log_level_trace, "stub getsockopt() called\n"); 127 if ((p = GetProcAddress(DLLHANDLE, "getsockopt")) == NULL) { 128 FATAL("cannot find entry getsockopt (%d)\n", GetLastError());
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 118 getsockopt(SOCKET a0, int a1, int a2, char* a3, int* a4) function 123 idnLogPrintf(idn_log_level_trace, "stub getsockopt() called\n"); 127 if ((p = GetProcAddress(DLLHANDLE, "getsockopt")) == NULL) { 128 FATAL("cannot find entry getsockopt (%d)\n", GetLastError());
|
Completed in 19 milliseconds