Searched refs:tcp_handle (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/lib/libc/rpc/ |
| D | xdr_rec.c | 128 char *tcp_handle; member 184 char *tcp_handle, in xdrrec_create() argument 222 rstrm->tcp_handle = tcp_handle; in xdrrec_create() 348 pos = lseek((int)(u_long)rstrm->tcp_handle, (off_t)0, 1); in xdrrec_getpos() 542 n = rstrm->readit(rstrm->tcp_handle, rstrm->in_hdrp, in __xdrrec_getrec() 579 n = rstrm->readit(rstrm->tcp_handle, in __xdrrec_getrec() 640 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len) in flush_out() 661 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1) in fill_input_buf()
|