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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dnetddp.h37 #define netddp_recvfrom recvfrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.h97 #ifdef recvfrom
98 #undef recvfrom macro
100 #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A DUdpLib.c216 bytes_recd = recvfrom(fd, buf, len, 0,
220 DEBUGF("recvfrom on socket %d failed\n", fd);
279 bytes_recd = recvfrom(fd, buf, len, 0,
283 DEBUGF("recvfrom on socket %d failed\n", fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSRecvfrom.c58 nread = recvfrom(sfd, buf, (recv_size_t) size, fl,
H A DURecvfrom.c60 nread = recvfrom(sfd, buf, (recv_size_t) size, fl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpproto.c231 len = recvfrom (s->rtcp_fd, buf, size, 0,
244 len = recvfrom (s->rtp_fd, buf, size, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h138 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h138 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsetup-os400.h229 #define recvfrom Curl_os400_recvfrom macro
H A Dcurl_setup_once.h215 * Currently recvfrom is only used on udp sockets.
228 #define sreadfrom(s,b,bl,f,fl) (ssize_t)recvfrom((RECVFROM_TYPE_ARG1) (s), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Dfce.c118 printf("listener: waiting to recvfrom...\n");
124 if ((numbytes = recvfrom(sockfd,
130 perror("recvfrom");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dclockdiff.c149 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
215 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
327 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
397 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
H A Dtftpd.c129 n = recvfrom(0, buf, sizeof (buf), 0,
133 syslog(LOG_ERR, "recvfrom: %m\n");
147 * break before doing the above "recvfrom", inetd would
169 i = recvfrom(0, buf, sizeof (buf), 0,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dudp_io.c107 return recvfrom(fd, buf, len, flags, from, &sa_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h79 # undef recvfrom macro
80 # define recvfrom recvfrom_used_without_including_sys_socket_h macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dping.c114 c = recvfrom(pingsock, packet, sizeof(packet), 0,
118 bb_perror_msg("recvfrom");
160 c = recvfrom(pingsock, packet, sizeof(packet), 0,
164 bb_perror_msg("recvfrom");
597 c = recvfrom(pingsock, packet, sizeof(packet), 0,
601 bb_perror_msg("recvfrom");
685 bb_perror_msg("recvfrom");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht-example.c348 rc = recvfrom(s, buf, sizeof(buf) - 1, 0,
351 rc = recvfrom(s6, buf, sizeof(buf) - 1, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_beacon.c301 n = recvfrom(s, bufr, sizeof(bufr), 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dudp.c194 ret = recvfrom(m->fd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dsend_to_kdc.c294 if (( rc = recvfrom(f, (char *)(rpkt->dat), sizeof(rpkt->dat), 0,
297 perror("recvfrom");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_dgram.c181 /* Last arg in recvfrom is signed on some platforms and
186 ret=recvfrom(b->num,out,outl,0,&peer,(void *)&peerlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dmconsole_user.c86 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0,
H A Dnet_user.c114 CATCH_EINTR(n = recvfrom(fd, buf, len, 0, NULL, NULL));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-udp.c202 rc = recvfrom(s, buf, 4096 - 1, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libnatpmp/
H A Dnatpmp.c194 n = recvfrom(p->s, buf, sizeof(buf), 0,
315 s = "recvfrom() failed";

Completed in 365 milliseconds

1234