Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/rpc/
Dclnt.h132 struct clnt_ops { struct
133 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
136 void (*cl_abort) (void); /* abort a call */
137 void (*cl_geterr) (CLIENT *, struct rpc_err *);
139 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
141 void (*cl_destroy) (CLIENT *); /* destroy this structure */
142 bool_t (*cl_control) (CLIENT *, int, char *);