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

1234567

/freebsd-11-stable/sys/kern/
H A Dinit_sysent.c150 { compat(AS(orecv_args),recv), AUE_RECV, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 102 = old recv */
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c3261 return recv(fileno_stdin(), buf, siz, 0);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c2345 n = recv(fd, p, howmuch, 0);
H A Devent.c3504 while (recv(fd, (char*)buf, sizeof(buf), 0) > 0)
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c98 #define read(fd,buf,len) recv((fd),(buf),(int)(len),0)
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h10910 } recv;
10937 * recv.conn.recv_opt
10941 * recv.conn.immediate_data
10946 * recv.ud.recv_opt
10950 * recv.ud.immediate_data
10955 * recv.ud.remote_qp
10958 * recv.ud.pkey_index
10962 * recv.ud.remote_lid
10965 * recv.ud.remote_sl
10968 * recv
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c9757 res = recv(sd, &conn->msg_len[conn->msg_len_octets],
9760 wpa_printf(MSG_DEBUG, "DPP: recv failed: %s",
9805 res = recv(sd, wpabuf_put(conn->msg, 0), wpabuf_tailroom(conn->msg), 0);
9807 wpa_printf(MSG_DEBUG, "DPP: recv failed: %s", strerror(errno));

Completed in 233 milliseconds

1234567