HomeSort by relevance Sort by last modified time
    Searched refs:ypreq_key (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.h 100 struct ypreq_key { struct
105 typedef struct ypreq_key ypreq_key; typedef in typeref:struct: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*);
    [all...]
yp.x 93 struct ypreq_key {
244 YPPROC_MATCH(ypreq_key) = 3;
247 YPPROC_FIRST(ypreq_key) = 4;
250 YPPROC_NEXT(ypreq_key) = 5;
yp_prot.h 30 * YPPROC_MATCH (struct ypreq_key) returns (struct ypresp_val). Returns the
37 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
95 struct ypreq_key { struct
345 extern bool_t xdr_ypreq_key (XDR *__xdrs, struct ypreq_key * __objp);

Completed in 173 milliseconds