Searched defs:readit (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c104 int (*readit)(); member in struct:rec_strm
142 * the procedures readit and writeit. Readit and writeit are read and
151 const caddr_t tcp_handle, int (*readit)(), int (*writeit)())
194 rstrm->readit = readit;
659 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
904 if ((len_received = (*(rstrm->readit))(rstrm->tcp_handle,
150 xdrrec_create(XDR *xdrs, const uint_t sendsize, const uint_t recvsize, const caddr_t tcp_handle, int (*readit)(), int (*writeit)()) argument

Completed in 50 milliseconds