Searched defs:clnt_ops (Results 1 – 1 of 1) sorted by relevance
115 struct clnt_ops { struct116 enum clnt_stat (*cl_call)(); /* call remote procedure */117 void (*cl_abort)(); /* abort a call */118 void (*cl_geterr)(); /* get specific error code */119 bool_t (*cl_freeres)(); /* frees results */120 void (*cl_destroy)();/* destroy this structure */121 bool_t (*cl_control)();/* the ioctl() of rpc */