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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c365 sendto(SOCKET a0, const char* a1, int a2, int a3, const struct sockaddr* a4, int a5) function
370 idnLogPrintf(idn_log_level_trace, "stub sendto() called\n");
374 if ((p = GetProcAddress(DLLHANDLE, "sendto")) == NULL) {
375 FATAL("cannot find entry sendto (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c365 sendto(SOCKET a0, const char* a1, int a2, int a3, const struct sockaddr* a4, int a5) function
370 idnLogPrintf(idn_log_level_trace, "stub sendto() called\n");
374 if ((p = GetProcAddress(DLLHANDLE, "sendto")) == NULL) {
375 FATAL("cannot find entry sendto (%d)\n", GetLastError());

Completed in 40 milliseconds