Home | History | Annotate | Download | only in rpc

Lines Matching refs:tcp_handle

128 	char *tcp_handle;
174 * tcp_handle is an opaque handle that is passed as the first parameter to
184 char *tcp_handle,
185 /* like read, but pass it a tcp_handle, not sock */
187 /* like write, but pass it a tcp_handle, not sock */
222 rstrm->tcp_handle = tcp_handle;
348 pos = lseek((int)(u_long)rstrm->tcp_handle, (off_t)0, 1);
542 n = rstrm->readit(rstrm->tcp_handle, rstrm->in_hdrp,
579 n = rstrm->readit(rstrm->tcp_handle,
640 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len)
661 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)