Searched refs:__rpc_xdr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/common/include/rpc/
H A Dxdr.h99 typedef struct __rpc_xdr { struct
103 bool_t (*x_getlong)(struct __rpc_xdr *, long *);
105 bool_t (*x_putlong)(struct __rpc_xdr *, const long *);
107 bool_t (*x_getbytes)(struct __rpc_xdr *, char *, unsigned int);
109 bool_t (*x_putbytes)(struct __rpc_xdr *, const char *,
112 unsigned (*x_getpostn)(struct __rpc_xdr *);
114 bool_t (*x_setpostn)(struct __rpc_xdr *, unsigned int);
116 int32_t *(*x_inline)(struct __rpc_xdr *, unsigned int);
118 void (*x_destroy)(struct __rpc_xdr *);
119 bool_t (*x_control)(struct __rpc_xdr *, in
[all...]

Completed in 198 milliseconds