Home
last modified time | relevance | path

Searched refs:recv_buf (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/
H A Dssh-socks5-proxy-connect.c94 char buffer[3], recv_buf[2]; in do_version_exchange() local
105 if (read(sockfd, &recv_buf, sizeof (recv_buf)) == -1) { in do_version_exchange()
116 if (recv_buf[1] != 0x00) { in do_version_exchange()
133 char *buffer, *temp, recv_buf[BUFFER_SIZ]; in send_request() local
170 if (read(sockfd, &recv_buf, 10) == -1) { in send_request()
176 temp = recv_buf; in send_request()
181 recv_buf[0]); in send_request()
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c292 ibt_wc_t *wc, uint8_t *recv_buf) in eibnx_add_gw_to_gwlist() argument
353 grh = (ib_grh_t *)(uintptr_t)recv_buf; in eibnx_add_gw_to_gwlist()
406 eibnx_gw_info_t *new_gwi, ibt_wc_t *wc, uint8_t *recv_buf, in eibnx_replace_gw_in_gwlist() argument
566 grh = (ib_grh_t *)(uintptr_t)recv_buf; in eibnx_replace_gw_in_gwlist()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvldc_impl.h102 caddr_t recv_buf; /* receive buffer */ member
/titanic_41/usr/src/uts/sun4v/io/
H A Dvldc.c857 kmem_free(vport->recv_buf, vport->mtu); in i_vldc_close_port()
1041 vport->recv_buf = kmem_alloc(vport->mtu, KM_SLEEP); in vldc_open()
1370 kmem_free(vport->recv_buf, vport->mtu); in i_vldc_ioctl_opt_op()
1371 vport->recv_buf = kmem_alloc(new_mtu, KM_SLEEP); in i_vldc_ioctl_opt_op()
1546 rv = ldc_read(vport->ldc_handle, vport->recv_buf, &size); in vldc_read()
1553 rv = uiomove(vport->recv_buf, size, UIO_READ, uiop); in vldc_read()
/titanic_41/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h343 ib_vaddr_t recv_buf);
/titanic_41/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c1214 ib_qkey_t qkey, ibt_wc_t *wc, ib_vaddr_t recv_buf) in ibt_modify_reply_ud_dest() argument
1223 "%llx)", ud_chan, ud_dest, qkey, wc, recv_buf); in ibt_modify_reply_ud_dest()
1236 grh = (ib_grh_t *)(uintptr_t)recv_buf; in ibt_modify_reply_ud_dest()