HomeSort by: relevance | last modified time | path
    Searched defs:__rpc_xdr (Results 1 - 3 of 3) sorted by relevancy

  /src/common/include/rpc/
xdr.h 99 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 *, int, void *)
    [all...]
xdr.h 99 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 *, int, void *)
    [all...]
xdr.h 99 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 *, int, void *)
    [all...]

Completed in 34 milliseconds