Home
last modified time | relevance | path

Searched defs:xdr_ops (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/librpc/rpc/
H A Dxdr.h108 struct xdr_ops { struct
109 bool_t (*x_getlong)(); /* get a long from underlying stream */
110 bool_t (*x_putlong)(); /* put a long to " */
111 bool_t (*x_getbytes)();/* get some bytes from " */
112 bool_t (*x_putbytes)();/* put some bytes to " */
113 u_int (*x_getpostn)();/* returns bytes off from beginning */
114 bool_t (*x_setpostn)();/* lets you reposition the stream */
115 long * (*x_inline)(); /* buf quick ptr to buffered data */
116 void (*x_destroy)(); /* free privates of this xdr_stream */