Searched refs:recv (Results 51 - 75 of 90) sorted by relevance

1234

/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h627 ssize_t recv(int, void *, size_t, int);
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_lan.c220 ret = recv(ilp->il_sd, &rsp.ir_data, IPMI_BUF_SIZE, 0);
238 ret = recv(ilp->il_sd, &rsp.ir_data, IPMI_BUF_SIZE, 0);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c988 wr.recv.wr_nds = 1;
989 wr.recv.wr_sgl = &frag->f_sge;
/illumos-gate/usr/src/cmd/rexd/
H A Don.c189 (void) recv(InOut, &mark, 1, MSG_OOB);
H A Drpc.rexd.c747 (void) recv(OutputSocket, &mark, 1, MSG_OOB);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c822 c = recv(net, netiring.supply, canread, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c697 r = recv(cli->cli_sd, (void *)ic_u.buf, sizeof (ic_u.buf), 0);
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c693 if ((len = recv(cp->c_sd, ptr, byte_cnt - nbytes,
696 fmd_hdl_debug(hdl, "xport - recv "
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c103 { "recv", st_recv },
229 return (recv(sd, buf, len, flags));
653 printf("! Cannot recv: %d\n", errno);
693 printf("! Cannot recv: %d\n", errno);
783 printf("! Cannot recv: %d\n", errno);
H A Dsocket.c782 recv(int s, void *buf, size_t len, int flags) function
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c128 * Repost the recv wqe
130 ret = ibt_post_recv(info->ti_chan, &(wqe->qe_wr.recv), 1, NULL);
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h664 struct ib_uverbs_recv_wr recv[]; member in struct:ib_uverbs_post_srq_recv
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h372 int (*recv)(struct rdsv3_connection *conn); member in struct:rdsv3_transport
593 /* recv.c */
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h453 * There's one of these for each recv buffer (up to 512 per ring)
746 struct recv_ring recv[1]; member in struct:nge
H A Dnge_kstats.c193 (knp++)->value.ui64 = ngep->recv->prod_index;
H A Dnge_chip.c814 desc_addr = ngep->recv->desc.cookie.dmac_laddress;
818 dlen.dlen_bits.rdlen = ngep->recv->desc.nslots - 1;
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp556 res = recv(_serverSignalSocket, &c, 1, 0);
617 res = recv(s, _rxSocketBuffer, len, 0);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c320 ssize_t recv(int, void *, size_t, int);
743 /* 237 */ SYSENT_CL("recv", recv, 4),
1068 /* 237 */ SYSENT_CI("recv", recv32, 4),
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c664 size_t recv; local
675 if ((error = ksocket_recvmsg(so, &msg, flags, &recv, CRED()))
678 if (recv == total_len) {
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile138 getsockname.o getsockopt.o listen.o recv.o send.o \
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c77 # define read( s, b, l ) recv( s, b, l, 0 )
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1279 retval = recv(ctx->vsc_sockfd, &c, 1, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1154 while (recv(rem, &mark, 1, MSG_OOB) < 0) {
1221 * so clear the recv buffer.
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h814 recv_ring_t recv[BGE_RECV_RINGS_MAX]; /* 16*0x0090 */ member in struct:bge
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1625 ibt_recv_wr_t recv; member in union:ibt_all_wr_u

Completed in 157 milliseconds

1234