Home | History | Annotate | Download | only in rpcsvc

Lines Matching defs:nlm_testargs

90 struct nlm_testargs {
95 typedef struct nlm_testargs nlm_testargs;
157 extern nlm_testres * nlm_test_1(struct nlm_testargs *, CLIENT *);
158 extern nlm_testres * nlm_test_1_svc(struct nlm_testargs *, struct svc_req *);
169 extern nlm_res * nlm_granted_1(struct nlm_testargs *, CLIENT *);
170 extern nlm_res * nlm_granted_1_svc(struct nlm_testargs *, struct svc_req *);
172 extern void * nlm_test_msg_1(struct nlm_testargs *, CLIENT *);
173 extern void * nlm_test_msg_1_svc(struct nlm_testargs *, struct svc_req *);
184 extern void * nlm_granted_msg_1(struct nlm_testargs *, CLIENT *);
185 extern void * nlm_granted_msg_1_svc(struct nlm_testargs *, struct svc_req *);
296 extern bool_t xdr_nlm_testargs (XDR *, nlm_testargs*);