Home
last modified time | relevance | path

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

/NextBSD/include/rpc/
HDxdr.h101 const struct xdr_ops { struct
103 bool_t (*x_getlong)(struct XDR *, long *);
105 bool_t (*x_putlong)(struct XDR *, const long *);
107 bool_t (*x_getbytes)(struct XDR *, char *, u_int);
109 bool_t (*x_putbytes)(struct XDR *, const char *, u_int);
111 u_int (*x_getpostn)(struct XDR *);
113 bool_t (*x_setpostn)(struct XDR *, u_int);
115 int32_t *(*x_inline)(struct XDR *, u_int);
117 void (*x_destroy)(struct XDR *);
118 bool_t (*x_control)(struct XDR *, int, void *);
/NextBSD/sys/rpc/
HDxdr.h101 const struct xdr_ops { struct
103 bool_t (*x_getlong)(struct XDR *, long *);
105 bool_t (*x_putlong)(struct XDR *, const long *);
107 bool_t (*x_getbytes)(struct XDR *, char *, u_int);
109 bool_t (*x_putbytes)(struct XDR *, const char *, u_int);
111 u_int (*x_getpostn)(struct XDR *);
113 bool_t (*x_setpostn)(struct XDR *, u_int);
115 int32_t *(*x_inline)(struct XDR *, u_int);
117 void (*x_destroy)(struct XDR *);
118 bool_t (*x_control)(struct XDR *, int, void *);