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

1234

/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_recvfrom.c92 DCETHREAD_SYSCALL(ssize_t, recvfrom(s, buf, len, flags, from, fromlen));
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Drecvfrom.c42 * recvfrom stub, legacy version
45 recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __restrict fromlen) function
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drecvmsg.c54 nb = ret = recvfrom (s, buf, tot, flags, msg->msg_name, &msg->msg_namelen);
H A Dsocket_wrapper.h99 #ifdef recvfrom
100 #undef recvfrom macro
102 #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen) macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_os2calls.h59 #define recvfrom apr_os2_recvfrom macro
/macosx-10.10.1/apr-32/apr/apr/network_io/os2/
H A Dsendrecv_udp.c75 rv = recvfrom(sock->socketdes, buf, (*len), flags,
87 rv = recvfrom(sock->socketdes, buf, *len, flags,
/macosx-10.10.1/network_cmds-457/mnc.tproj/
H A Dmnc_main.c104 while ((len = recvfrom(sock, buffer, sizeof(buffer),
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_tcp.rb18 assert_equal(["foo", nil], sock.recvfrom(0x10000))
/macosx-10.10.1/apr-32/apr/apr/network_io/beos/
H A Dsendrecv.c185 rv = recvfrom(sock->socketdes, buf, (*len), flags,
197 rv = recvfrom(sock->socketdes, buf, (*len), flags,
/macosx-10.10.1/ntp-92/include/
H A Dl_stdlib.h77 extern int recvfrom (int, char *, int, int, struct sockaddr *, int *);
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dbsd_in.c57 n = recvfrom(fd, line, MAXLINE, 0, (struct sockaddr *)&sun, &len);
H A Dudp_in.c79 len = recvfrom(fd, uline, MAXLINE, 0, (struct sockaddr *)&from, &fromlen);
90 asldebug("%s: fd %d recvfrom %s len %d\n", MY_ID, fd, fromstr, len);
97 asldebug("%s: fd %d recvfrom %s len %d\n", MY_ID, fd, fromstr, len);
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dmeasure.c112 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
187 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
/macosx-10.10.1/remote_cmds-47/timed.tproj/timedc.tproj/
H A Dcmds.c124 if (recvfrom(sock,&sec,sizeof(sec),0,
126 warn("recvfrom(date read)");
328 cc = recvfrom(sock, &msg, sizeof(struct tsp), 0,
331 warn("recvfrom");
485 cc = recvfrom(sock, &msg, sizeof(struct tsp), 0,
488 warn("recvfrom");
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h122 #define _recvfrom recvfrom
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h138 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dsetup-os400.h229 #define recvfrom Curl_os400_recvfrom macro
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h92 #define recvfrom sys_recvfrom macro
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h138 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdumpsubs.c267 (void) recvfrom(f, rbuf, sizeof (rbuf), 0,
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c281 (void) recvfrom(f, rbuf, sizeof (rbuf), 0,
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c279 (void) recvfrom(f, rbuf, sizeof (rbuf), 0,
/macosx-10.10.1/shell_cmds-179/date/
H A Dnetdate.c153 if (recvfrom(s, &msg, sizeof(struct tsp), 0,
156 warn("recvfrom");
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h138 int recvfrom(int, char *, u_int, int, struct sockaddr *, int *);
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man2/
H A DMakefile151 recvfrom.2 \

Completed in 341 milliseconds

1234