Lines Matching defs:tcp_handle
107 char *tcp_handle;
153 * tcp_handle is an opaque handle that is passed as the first parameter to
159 xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, void *tcp_handle,
165 * void *tcp_handle;
166 * // like read, but pass it a tcp_handle, not sock
168 * // like write, but pass it a tcp_handle, not sock
202 rstrm->tcp_handle = tcp_handle;
524 n = rstrm->readit(rstrm->tcp_handle, rstrm->in_hdrp,
562 n = rstrm->readit(rstrm->tcp_handle,
621 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len)
643 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)