Searched refs:recvfrom (Results 26 - 50 of 104) sorted by relevance

12345

/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h483 #define recvfrom Rrecvfrom macro
484 #define recvfrom Rrecvfrom macro
/freebsd-11-stable/tools/tools/mctest/
H A Dmctest.cc173 if (recvfrom(sock, packet, pkt_size, 0, (struct sockaddr *)&recvd,
177 perror("recvfrom failed");
268 if (recvfrom(sock, &packet, args->pkt_size, 0, NULL, 0) < 0) {
271 perror("recvfrom failed");
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk30 recvfrom.o \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c346 nrecv = recvfrom(s, buf, sizeof buf, 0, &from.s, &fromlen);
348 err(1, "recvfrom");
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h185 #pragma redefine_extname recvfrom __mfwrap_recvfrom
/freebsd-11-stable/lib/libnetgraph/
H A Dsock.c224 rtn = recvfrom(ds, buf, len, 0, (struct sockaddr *) from, &fromlen);
228 NGLOG("recvfrom");
/freebsd-11-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c244 * use recvfrom(3 and sendto(3) as in natd(8).
253 nr = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&sin, &l);
254 if (debug) fprintf(stderr, "recvfrom(%d) = %zd (%d)\n", sd, nr, l);
256 perror("recvfrom(sd)");
/freebsd-11-stable/tools/test/netfibs/
H A Dreflect.c157 l = recvfrom(s, buf, sizeof(buf), 0, (struct sockaddr *)&from,
/freebsd-11-stable/contrib/amd/amd/
H A Drpc_fwd.c399 rc = recvfrom(fwd_sock,
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h192 #undef recvfrom macro
H A Dnamespace.h211 #define recvfrom _recvfrom macro
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc55 recvfrom \
427 MLINKS+=recv.2 recvfrom.2 \
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c103 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &from,
106 wpa_printf(MSG_ERROR, "l2_packet_receive - recvfrom: %s",
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c67 ssize_t (*recvfrom)(int socket, void *buf, size_t len, int flags, member in struct:socket_calls
392 real.recvfrom = dlsym(RTLD_NEXT, "recvfrom");
419 rs.recvfrom = dlsym(RTLD_DEFAULT, "rrecvfrom");
794 ssize_t recvfrom(int socket, void *buf, size_t len, int flags, function
800 real.recvfrom(fd, buf, len, flags, src_addr, addrlen);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dchangepw.c287 ret = recvfrom (sock, reply + len, sizeof(reply) - len,
292 "recvfrom %s: %s",
296 krb5_set_error_message(context, 1,"recvfrom timeout %s", host);
316 ret = recvfrom (sock, reply, sizeof(reply), 0, NULL, NULL);
320 "recvfrom %s: %s",
/freebsd-11-stable/tests/sys/audit/
H A Dnetwork.c754 "recvfrom(2) call");
771 ATF_REQUIRE((data_bytes = recvfrom(sockfd, data,
776 "recvfrom.*0x%x.*return,success,%zd", sockfd, data_bytes);
793 "recvfrom(2) call");
798 snprintf(extregex, sizeof(extregex), "recvfrom.*%s", invalregex);
801 ATF_REQUIRE_EQ(-1, recvfrom(-1, NULL, 0, 0, NULL, NULL));
/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c229 n = recvfrom(0, recvbuffer, MAXPKTSIZE, 0,
232 tftp_log(LOG_ERR, "recvfrom: %s", strerror(errno));
249 * break before doing the above "recvfrom", inetd would
270 i = recvfrom(0, recvbuffer, MAXPKTSIZE, 0,
340 * recvfrom to keep inetd from constantly forking should there
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_udp.c238 res = recvfrom(sock, buf, sizeof(buf) - 1, 0,
241 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s",
615 res = recvfrom(sock, buf, sizeof(buf) - 1, 0,
618 wpa_printf(MSG_ERROR, "recvfrom(ctrl_iface): %s",
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c151 if ((reqsize = recvfrom(fd, req, sizeof(req), MSG_PEEK,
153 syslog(LOG_ERR, "recvfrom: %m");
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c461 n = recvfrom(s, pktbuf, MAX_MSG_SIZE, 0,
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c416 n = recvfrom(s, rcvbuf, BUFLEN, 0,
/freebsd-11-stable/tools/regression/netinet/msocket/
H A Dmsocket.c413 len = recvfrom(sock, &message, sizeof(message), 0,
416 err(-1, "test_udp: recvfrom");
419 errx(-1, "test_udp: recvfrom: len %d != message len %d",
423 errx(-1, "test_udp: recvfrom: expected 'A', got '%c'",
/freebsd-11-stable/usr.sbin/mld6query/
H A Dmld6.c303 if ((i = recvfrom(s, buf, sizeof(buf), 0,
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dreadmsg.c201 if ((n = recvfrom(sock, (char *)&msgin, sizeof(struct tsp), 0,
203 syslog(LOG_ERR, "recvfrom: %m");
/freebsd-11-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile59 LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/recvfrom

Completed in 197 milliseconds

12345