Home
last modified time | relevance | path

Searched refs:recvfrom (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/lib/libc/sys/
H A Drecvfrom.c39 #pragma weak recvfrom macro
41 recvfrom(int s, void *buf, size_t len, int flags, in recvfrom() function
44 return (INTERPOS_SYS(recvfrom, s, buf, len, flags, from, fromlen)); in recvfrom()
H A Drecv.c45 return (INTERPOS_SYS(recvfrom, s, buf, len, flags, NULL, NULL)); in recv()
H A DSymbol.map18 recvfrom;
/freebsd/tools/regression/sockets/pr_atomic/
H A Dpr_atomic.c91 if (recvfrom(s, (void *)-1, 1, 0, NULL, NULL) != -1) in main()
101 (void)recvfrom(s, (void *)-1, 1, 0, NULL, NULL); in main()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsendrecv17 syscall::recvfrom:return, \
27 syscall::recvfrom:return, \
141 func == "recvfrom" ? "<-" :
157 syscall::recvfrom:entry /* probe ID $(( $ID + 1 )) */
164 syscall::recvfrom:return /* probe ID $(( $ID + 2 )) */
/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h99 #ifdef recvfrom
100 #undef recvfrom
102 #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen) macro
H A Drecvmsg.c54 nb = ret = recvfrom (s, buf, tot, flags, msg->msg_name, &msg->msg_namelen); in recvmsg()
/freebsd/contrib/tcp_wrappers/
H A Dworkarounds.c120 #undef recvfrom
129 if ((ret = recvfrom(sock, buf, buflen, flags, from, fromlen)) >= 0) { in fix_recvfrom()
H A Dptx.c98 (void) recvfrom(fd, buf, sizeof(buf), 0, &sa, &size); in ptx_sink()
H A DREADME.IRIX30 rstatd: the wrapper hangs in the recvfrom() system call, and I
33 can be made to work (recvfrom recvmsg) I give up. So, the IRIX RPC
H A Dsocket.c105 if (recvfrom(fd, buf, sizeof(buf), MSG_PEEK, in sock_host()
420 (void) recvfrom(fd, buf, sizeof(buf), 0, (struct sockaddr *) & sin, &size); in sock_sink()
/freebsd/crypto/openssl/
H A De_os.h391 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
/freebsd/contrib/ofed/librdmacm/
H A Dlibrspreload.map20 recvfrom;
/freebsd/usr.sbin/inetd/
H A Dbuiltins.c139 if (recvfrom(s, text, sizeof(text), 0, in chargen_dg()
207 if (recvfrom(s, buffer, sizeof(buffer), 0, in daytime_dg()
282 if ((i = recvfrom(s, buffer, sizeof(buffer), 0, in echo_dg()
712 if (recvfrom(s, (char *)&result, sizeof(result), 0, in machtime_dg()
/freebsd/tools/test/stress2/misc/
H A Dcallout_reset_on2.sh181 if ((n = recvfrom(msgsock, buf, bufsize, 0, NULL, NULL)) < 0) {
247 if (recvfrom(tcpsock, ack, 4, 0, NULL, NULL) < 0) {
H A Dcallout_reset_on.sh210 if ((n = recvfrom(msgsock, buf, 4, 0, NULL, NULL)) < 0) {
275 if (recvfrom(tcpsock, ack, 4, 0, NULL, NULL) < 0) {
/freebsd/contrib/tnftp/
H A Dtnftp.h483 #define recvfrom Rrecvfrom macro
484 #define recvfrom Rrecvfrom macro
/freebsd/contrib/netbsd-tests/usr.bin/sdiff/
H A Dd_iflags_d1.out59 …native-recvfrom: permit | native-fsread: filename eq "/etc/r…
67 > native-recvfrom: permit
H A Dd_iflags_b1.out59 …native-recvfrom: permit | native-fsread: filename eq "/etc/r…
67 > native-recvfrom: permit
H A Dd_flags_s.out69 …native-recvfrom: permit | native-fsread: filename eq "/etc…
77 > native-recvfrom: permit
/freebsd/usr.bin/sdiff/tests/
H A Dd_iflags_b1.out59 …native-recvfrom: permit | native-fsread: filename eq "/etc/r…
67 > native-recvfrom: permit
H A Dd_iflags_d1.out59 …native-recvfrom: permit | native-fsread: filename eq "/etc/r…
67 > native-recvfrom: permit
H A Dd_flags_s.out69 …native-recvfrom: permit | native-fsread: filename eq "/etc/r…
77 > native-recvfrom: permit
/freebsd/lib/libsys/
H A Dinterposing_table.c53 SLOT(recvfrom, __sys_recvfrom),
/freebsd/contrib/ntp/include/
H A Dl_stdlib.h73 extern int recvfrom (int, char *, int, int, struct sockaddr *, int *);

1234567