nlm_prot.h | 59 struct nlm_testres { struct 63 typedef struct nlm_testres nlm_testres; typedef in typeref:struct:nlm_testres 290 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval); 291 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *); 320 extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval); 321 extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *); 417 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
|