HomeSort by: relevance | last modified time | path
    Searched defs:tcp_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
xdr_rec.c 128 char *tcp_handle; member in struct:rec_strm
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,
    [all...]

Completed in 12 milliseconds