Searched refs:ioctlsocket (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/ |
H A D | platform.h | 86 retval = ioctlsocket((SOCKET) sd, FIONBIO, &_on); \
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 213 ioctlsocket(SOCKET a0, long a1, u_long * a2) function 218 idnLogPrintf(idn_log_level_trace, "stub ioctlsocket() called\n"); 222 if ((p = GetProcAddress(DLLHANDLE, "ioctlsocket")) == NULL) { 223 FATAL("cannot find entry ioctlsocket (%d)\n", GetLastError());
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 175 ioctlsocket(SOCKET a0, long a1, u_long * a2) function 180 idnLogPrintf(idn_log_level_trace, "stub ioctlsocket() called\n"); 184 if ((p = GetProcAddress(DLLHANDLE, "ioctlsocket")) == NULL) { 185 FATAL("cannot find entry ioctlsocket (%d)\n", GetLastError());
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | socket.c | 882 ret = ioctlsocket(fd, FIONBIO, &flags); 887 "ioctlsocket(%d, FIOBIO, %d): %s",
|
Completed in 29 milliseconds