Searched refs:recvfrom (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h138 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/bind-9.6-ESV-R11/lib/lwres/
H A Dcontext.c417 ret = recvfrom(ctx->sock, recvbase, recvlen, 0, sa, (void *)&fromlen);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c166 if (recvfrom(fd, buf, 1, 0, NULL, NULL) != 1) {
171 * Solaris actually tries the recvfrom
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1676 if ((numbytes = recvfrom(sockfd, in_buf, MAX_BUFFER_LEN,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c308 recvfrom(SOCKET a0, char* a1, int a2, int a3, struct sockaddr* a4, int* a5) function
313 idnLogPrintf(idn_log_level_trace, "stub recvfrom() called\n");
317 if ((p = GetProcAddress(DLLHANDLE, "recvfrom")) == NULL) {
318 FATAL("cannot find entry recvfrom (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c308 recvfrom(SOCKET a0, char* a1, int a2, int a3, struct sockaddr* a4, int* a5) function
313 idnLogPrintf(idn_log_level_trace, "stub recvfrom() called\n");
317 if ((p = GetProcAddress(DLLHANDLE, "recvfrom")) == NULL) {
318 FATAL("cannot find entry recvfrom (%d)\n", GetLastError());

Completed in 27 milliseconds