HomeSort by relevance Sort by last modified time
    Searched defs:ypresp_key_val (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/head/rpcsvc/
yp_prot.h 71 * 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
279 enum ypresptype {YPRESP_VAL = 1, YPRESP_KEY_VAL = 2, YPRESP_MAP_PARMS = 3};
284 struct ypresp_key_val yp_resp_key_valtype;
295 #define YPFIRST_RESPTYPE YPRESP_KEY_VAL
304 #define YPNEXT_RESPTYPE YPRESP_KEY_VAL
372 extern bool xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/yp/
yp_prot.h 52 * 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

Completed in 4379 milliseconds