Home | History | Annotate | Download | only in rpcsvc

Lines Matching refs:ypreq_key

100 struct ypreq_key {
105 typedef struct ypreq_key ypreq_key;
255 extern ypresp_val *ypproc_match_2 (ypreq_key *, CLIENT *);
256 extern ypresp_val *ypproc_match_2_svc (ypreq_key *, struct svc_req *);
258 extern ypresp_key_val *ypproc_first_2 (ypreq_key *, CLIENT *);
259 extern ypresp_key_val *ypproc_first_2_svc (ypreq_key *, struct svc_req *);
261 extern ypresp_key_val *ypproc_next_2 (ypreq_key *, CLIENT *);
262 extern ypresp_key_val *ypproc_next_2_svc (ypreq_key *, struct svc_req *);
319 extern bool_t xdr_ypreq_key (XDR *, ypreq_key*);