nlm_prot.h | 135 struct nlm_shareargs { struct 140 typedef struct nlm_shareargs nlm_shareargs; typedef in typeref:struct:nlm_shareargs 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 *); 426 extern bool_t xdr_nlm_shareargs(XDR *, nlm_shareargs*);
|