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

12345678

/netbsd-current/lib/libc/net/
H A Drecv.c49 return (recvfrom(s, buf, len, flags, NULL, NULL));
/netbsd-current/sbin/ping/
H A Dping_hostops.c48 .op_recvfrom = recvfrom,
H A Dprog_ops.h72 #define prog_recvfrom recvfrom
/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute_hostops.c49 .op_recvfrom = recvfrom,
H A Dprog_ops.h87 #define prog_recvfrom recvfrom
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drecvmsg.c56 nb = ret = recvfrom (s, buf, tot, flags, msg->msg_name, &msg->msg_namelen);
H A Dsocket_wrapper.h101 #ifdef recvfrom
102 #undef recvfrom macro
104 #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen) macro
/netbsd-current/external/apache2/llvm/dist/clang/utils/CIndex/
H A Dcompletion_logger_server.py29 data,addr = UDPSock.recvfrom(buf)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsys_time.in.h172 # undef recvfrom
173 # define recvfrom recvfrom_used_without_including_sys_socket_h
201 _GL_WARN_ON_USE (recvfrom,
202 "recvfrom() used without including <sys/socket.h>");
H A Dsys_socket.in.h580 # undef recvfrom
581 # define recvfrom rpl_recvfrom
583 _GL_FUNCDECL_RPL (recvfrom, ssize_t,
588 _GL_CXXALIAS_RPL (recvfrom, ssize_t,
595 _GL_CXXALIAS_SYS_CAST (recvfrom, ssize_t,
600 _GL_CXXALIASWARN (recvfrom);
602 # undef recvfrom
603 # define recvfrom recvfrom_used_without_requesting_gnulib_module_recvfrom
605 # undef recvfrom
607 _GL_WARN_ON_USE (recvfrom, "recvfro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_time.in.h172 # undef recvfrom
173 # define recvfrom recvfrom_used_without_including_sys_socket_h
201 _GL_WARN_ON_USE (recvfrom,
202 "recvfrom() used without including <sys/socket.h>");
H A Dsys_socket.in.h580 # undef recvfrom
581 # define recvfrom rpl_recvfrom
583 _GL_FUNCDECL_RPL (recvfrom, ssize_t,
588 _GL_CXXALIAS_RPL (recvfrom, ssize_t,
595 _GL_CXXALIAS_SYS_CAST (recvfrom, ssize_t,
600 _GL_CXXALIASWARN (recvfrom);
602 # undef recvfrom
603 # define recvfrom recvfrom_used_without_requesting_gnulib_module_recvfrom
605 # undef recvfrom
607 _GL_WARN_ON_USE (recvfrom, "recvfro
[all...]
H A Dsys_select.in.h222 # undef recvfrom
223 # define recvfrom recvfrom_used_without_including_sys_socket_h
251 _GL_WARN_ON_USE (recvfrom,
252 "recvfrom() used without including <sys/socket.h>");
/netbsd-current/external/bsd/ipf/dist/ipsd/
H A Dslinux.c78 cc = recvfrom(fd, buf, BUFSPACE, 0, &dest, &dlen);
/netbsd-current/tests/net/ipsec/
H A Dnatt_terminator.c119 e = recvfrom(s, buf, 64, MSG_PEEK,
122 err(EXIT_FAILURE, "recvfrom");
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dispatch/ans3/
H A Dans.py50 qrybytes, clientaddr = udp.recvfrom(65535)
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_socketcall.c79 sc(linux32_sys, recvfrom),
/netbsd-current/external/bsd/ntp/dist/include/
H A Dl_stdlib.h75 extern int recvfrom (int, char *, int, int, struct sockaddr *, int *);
/netbsd-current/lib/libwrap/
H A Dsocket.c107 if (recvfrom(fd, buf, sizeof(buf), MSG_PEEK,
287 * non-zero source address argument in the recvfrom() call below.
290 (void) recvfrom(fd, buf, sizeof(buf), 0, (struct sockaddr *) & ss, &size);
/netbsd-current/usr.sbin/timed/timed/
H A Dmeasure.c115 ret = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
190 ret = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/
H A Dans.py144 data, addr = self.sock.recvfrom(65535)
152 data, addr = self.csock.recvfrom(65535)
/netbsd-current/crypto/external/bsd/openssl/dist/
H A De_os.h389 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
52 wpa_printf(MSG_INFO, "netlink: recvfrom failed: %s",
/netbsd-current/usr.bin/tftp/
H A Dtftpsubs.c277 (void)recvfrom(f, rbuf, sizeof (rbuf), 0,
/netbsd-current/usr.sbin/rip6query/
H A Drip6query.c157 if ((len = recvfrom(s, ripbuf, BUFSIZ, 0,
159 err(1, "recvfrom");

Completed in 402 milliseconds

12345678