Searched refs:WSARecvFrom (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c1296 WSARecvFrom(SOCKET a0, LPWSABUF a1, DWORD a2, LPDWORD a3, LPDWORD a4, struct sockaddr * a5, LPINT a6, LPWSAOVERLAPPED a7, LPWSAOVERLAPPED_COMPLETION_ROUTINE a8) function
1301 idnLogPrintf(idn_log_level_trace, "stub WSARecvFrom() called\n");
1305 if ((p = GetProcAddress(DLLHANDLE, "WSARecvFrom")) == NULL) {
1306 FATAL("cannot find entry WSARecvFrom (%d)\n", GetLastError());
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c762 Result = WSARecvFrom((SOCKET)sock->fd, iov, 1,
793 "WSARecvFrom: Windows error code: %d, isc result %d",
897 * Windows 2000 systems incorrectly cause UDP sockets using WSARecvFrom
900 * socket from using the WSARecvFrom in subsequent operations.

Completed in 23 milliseconds