nlm_prot.h | 142 struct nlm_shareres { struct 147 typedef struct nlm_shareres nlm_shareres; typedef in typeref:struct:nlm_shareres 338 extern enum clnt_stat nlm_share_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval); 339 extern bool_t nlm_share_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *); 341 extern enum clnt_stat nlm_unshare_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval); 342 extern bool_t nlm_unshare_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *); 427 extern bool_t xdr_nlm_shareres(XDR *, nlm_shareres*);
|