Searched defs:ypresp_key_val (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h52 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
55 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
68 * TRUE: (struct ypresp_key_val);
165 struct ypresp_key_val { struct
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp_prot.h71 * YPPROC_FIRST (struct ypreq_nokey) returns (struct ypresp_key_val).
74 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns
90 * TRUE: (struct ypresp_key_val);
172 struct ypresp_key_val { struct
284 struct ypresp_key_val yp_resp_key_valtype;
371 extern bool xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);

Completed in 54 milliseconds