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

12345

/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c876 len = recvfrom(sl->sl_socket, line, sizeof(line) - 1, 0, sa, &sslen);
882 logerror("recvfrom");
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c76 * "recvfrom()", but, on 2.0[.x] kernels, we have to use
77 * PF_INET/SOCK_PACKET, which means "recvfrom()" supplies a
93 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
270 * those kernels, when we pass it in the flags argument to "recvfrom()"
301 u_int packets_read; /* count of packets read with recvfrom() */
1881 packet_len = recvfrom(
1910 PCAP_ERRBUF_SIZE, errno, "recvfrom");
2057 * packet len if calling recvfrom with MSG_TRUNC set. It does
2075 * So the packet filter cuts down the packet. The recvfrom call
3939 * We can safely pass "recvfrom()"
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c746 rcv = recvfrom(fd, (void*)sldns_buffer_begin(rep.c->buffer),
753 log_err("recvfrom %d failed: %s",
760 log_err("recvfrom failed: %s",
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c4167 ret = recvfrom(rs->udp_sock, buf, sizeof buf, 0, &addr.sa, &addrlen);

Completed in 274 milliseconds

12345