Searched refs:recv (Results 76 - 100 of 157) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c1442 fp = &xfer->recv.hdr;
1595 fp = &xfer->recv.hdr;
1795 xfer->recv.pay_len = SBP_TARG_RECV_LEN;
1833 ntohl(xfer->recv.payload[0]),
1834 ntohl(xfer->recv.payload[1]),
1886 fp = &xfer->recv.hdr;
1893 ntohl(xfer->recv.payload[0]),
1894 ntohl(xfer->recv.payload[1]),
1911 fp = &xfer->recv.hdr;
1990 /*send*/ 0, /*recv*/ SBP_TARG_RECV_LE
[all...]
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c552 &wqe->recv.isgl, wr->sg_list, wr->num_sge, NULL);
555 *len16 = DIV_ROUND_UP(sizeof wqe->recv +
952 wqe->recv.opcode = FW_RI_RECV_WR;
953 wqe->recv.r1 = 0;
954 wqe->recv.wrid = qhp->wq.rq.pidx;
955 wqe->recv.r2[0] = 0;
956 wqe->recv.r2[1] = 0;
957 wqe->recv.r2[2] = 0;
958 wqe->recv.len16 = len16;
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap251 $from = recv(S,$buf,$len,0);
252 ;# give up on error return from recv
253 warn("$0: recv: $!\n"), last unless (defined($from));
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c550 struct counters *recv; local
571 recv = find_counter(cpu, "INT_MISC.RECOVERY_CYCLES");
578 re = recv->vals[pos] * 1.0;
587 re = recv->sum * 1.0;
605 struct counters *recv; local
616 recv = find_counter(cpu, "INT_MISC.RECOVERY_CYCLES");
624 re = recv->vals[pos] * 1.0;
631 re = recv->sum * 1.0;
/freebsd-11-stable/tests/sys/audit/
H A Dnetwork.c631 "recv(2) call");
652 ATF_REQUIRE((data_bytes = recv(connectfd, data, MAX_DATA, 0)) != 0);
656 "recv.*0x%x.*return,success,%zd", connectfd, data_bytes);
673 "recv(2) call");
678 snprintf(extregex, sizeof(extregex), "recv.*%s", invalregex);
681 ATF_REQUIRE_EQ(-1, recv(-1, NULL, 0, 0));
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c554 res = recv(ctrl->s, reply, *reply_len, 0);
618 res = recv(ctrl->s, reply, *reply_len, 0);
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c96 * On UN*X, send() and recv() return ssize_t.
98 * On Windows, send() and recv() return an int.
107 * that hold the return values from send() and recv().
154 * comes from the recv() call at line 31'.
475 * (while recv() ones are still allowed). Then, it closes the socket.
930 * This function basically calls the recv() socket function and it checks that no
934 * want to receive exactly 'size' byte, it loops on the recv() until all the requested
937 * In case the socket does not have enough data available, it cycles on the recv()
1003 nread = recv(sock, bufp, remaining, 0);
1011 sock_geterror("recv()", errbu
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h169 isc_time_t timestamp; /*%< timestamp of packet recv */
240 #define ISC_SOCKCANCEL_RECV 0x00000001 /*%< cancel recv */
289 isc_result_t (*recv)(isc_socket_t *sock, isc_region_t *region, member in struct:isc_socketmethods
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dsignal.c145 n = recv(fd, signals, sizeof(signals), 0);
152 event_sock_err(1, fd, "%s: recv", __func__);
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h491 #define recv Rrecv macro
/freebsd-11-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile58 LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/recv
/freebsd-11-stable/lib/libnv/
H A Dmsgio.c454 done = recv(sock, ptr, size, 0);
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h108 /* the max RX (recv) WR supported by the iSER QP is defined by *
287 * struct iser_rx_desc - iSER RX descriptor (for recv wr_id)
390 * @recv: recv wr
397 struct ib_recv_wr recv; member in union:iser_beacon::__anon6463
H A Diser_verbs.c86 * Notes: Update post_recv_buf_count in case of recv error completion.
101 ISER_DBG("conn %p got recv comp error", iser_conn);
670 memset(&ib_conn->beacon.recv, 0, sizeof(struct ib_recv_wr));
671 ib_conn->beacon.recv.wr_id = ISER_BEACON_WRID;
672 /* post an indication that all recv flush errors were consumed */
673 err = ib_post_recv(ib_conn->qp, &ib_conn->beacon.recv, &bad_recv_wr);
680 ISER_DBG("before recv cv_wait: %p", iser_conn);
683 ISER_DBG("after recv cv_wait: %p", iser_conn);
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c268 done = recv(s, buf, len, flags);
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c772 recv(ctrl, buf, sizeof (buf), 0);
811 recv(0, buf, sizeof (buf), 0);
823 recv(0, buf, sizeof (buf), 0);
836 recv(0, buf, sizeof (buf), 0);
886 recv(0, buf, sizeof (buf), 0);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c336 uint8_t *recv, int recv_size)
480 recv + i, recv_bytes - i);
529 uint16_t address, uint8_t *recv, int recv_bytes)
556 memcpy(recv, reply + 1, ret - 1);
1412 uint8_t *recv, int recv_bytes)
1421 ret = intel_dp_aux_native_read(intel_dp, address, recv,
334 intel_dp_aux_ch(struct intel_dp *intel_dp, uint8_t *send, int send_bytes, uint8_t *recv, int recv_size) argument
528 intel_dp_aux_native_read(struct intel_dp *intel_dp, uint16_t address, uint8_t *recv, int recv_bytes) argument
1411 intel_dp_aux_native_read_retry(struct intel_dp *intel_dp, uint16_t address, uint8_t *recv, int recv_bytes) argument
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c659 n = recv(sockfd, (char *)&rpkt, sizeof(rpkt), 0);
690 n = recv(sockfd, (char *)&rpkt, sizeof(rpkt), 0);
1011 (void) recv(sockfd, junk, sizeof junk, 0);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c205 n = recv(fd, buf, sz_to_recv, 0);
/freebsd-11-stable/sbin/setkey/
H A Dtest-pfkey.c122 if ((len = recv(so, rbuf, sizeof(rbuf), 0)) < 0) {
123 perror("recv");
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c460 _gss_ntlm_set_key(&ctx->u.v2.recv, 1, (ctx->flags & NTLM_NEG_KEYEX),
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c523 while (recv(rem, &mark, 1, MSG_OOB) < 0) {
575 * Don't want any pending data to be output, so clear the recv
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c330 l = conn ? recv(s, &msg, sizeof(msg), 0) :
333 ERRX(EXIT_FAILURE, "recv (%s)", strerror(errno));
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dacm.c434 ret = recv(sock, (char *) &msg, sizeof msg, 0);
/freebsd-11-stable/sys/sys/
H A Dsocket.h639 ssize_t recv(int, void *, size_t, int);

Completed in 425 milliseconds

1234567