Searched refs:tcp_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_rec.c114 char *tcp_handle; member in struct:rec_strm
160 * tcp_handle is an opaque handle that is passed as the first parameter to
166 xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, void *tcp_handle, argument
172 * void *tcp_handle;
173 * // like read, but pass it a tcp_handle, not sock
175 * // like write, but pass it a tcp_handle, not sock
209 rstrm->tcp_handle = tcp_handle;
334 pos = lseek((int)(u_long)rstrm->tcp_handle, (off_t)0, 1);
530 n = rstrm->readit(rstrm->tcp_handle, rstr
[all...]

Completed in 176 milliseconds