Lines Matching defs:xdr_ops
111 const struct xdr_ops struct
114 bool_t (*x_getlong) (struct __rpc_xdr *, long *);
117 bool_t (*x_putlong) (struct __rpc_xdr *, const long *);
120 bool_t (*x_getbytes) (struct __rpc_xdr *, char *, u_int);
123 bool_t (*x_putbytes) (struct __rpc_xdr *, const char *, u_int);
126 u_int (*x_getpostn) (struct __rpc_xdr *);
129 bool_t (*x_setpostn) (struct __rpc_xdr *, u_int);
132 int32_t * (*x_inline) (struct __rpc_xdr *, u_int);
135 void (*x_destroy) (struct __rpc_xdr *);
138 bool_t (*x_getint32) (struct __rpc_xdr *, int32_t *);
141 bool_t (*x_putint32) (struct __rpc_xdr *, const int32_t *);