| /onnv/onnv-gate/usr/src/head/rpcsvc/ |
| yp.x | 90 struct ypreq_key { 231 YPPROC_MATCH(ypreq_key) = 3; 234 YPPROC_FIRST(ypreq_key) = 4; 237 YPPROC_NEXT(ypreq_key) = 5;
|
| yp_prot.h | 67 * YPPROC_MATCH (struct ypreq_key) returns (struct ypresp_val). Returns the 74 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns 133 struct ypreq_key { struct 233 enum ypreqtype {YPREQ_KEY = 1, YPREQ_NOKEY = 2, YPREQ_MAP_PARMS = 3}; 237 struct ypreq_key yp_req_keytype; 243 #define YPMATCH_REQTYPE YPREQ_KEY 254 #define YPNEXT_REQTYPE YPREQ_KEY 367 extern bool xdr_ypreq_key(XDR *, struct ypreq_key *);
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| ypsym.h | 145 extern int yp_matchdns(DBM *, struct ypreq_key *, struct ypresp_val *); 155 char *tp, SVCXPRT *xprt, struct ypreq_key *req,
|
| ypserv_proc.c | 105 static int multihomed(struct ypreq_key req, struct ypresp_val *resp, 196 struct ypreq_key req; 344 struct ypreq_key req; 846 multihomed(struct ypreq_key req, struct ypresp_val *resp, 985 struct ypreq_key nrq; 1065 if (req.yp_reqtype == YPREQ_KEY) { [all...] |
| ypserv_resolv.c | 291 SVCXPRT *xprt, struct ypreq_key *req, char *map)
|
| ypxfr.c | 814 struct ypreq_key req; [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/yp/ |
| yp_prot.h | 48 * YPPROC_MATCH (struct ypreq_key) returns (struct ypresp_val). Returns the 55 * YPPROC_NEXT (struct ypreq_key) returns (struct ypresp_key_val). Returns 134 struct ypreq_key { struct
|
| ypv1_prot.h | 49 enum ypreqtype {YPREQ_KEY = 1, YPREQ_NOKEY = 2, YPREQ_MAP_PARMS = 3}; 53 struct ypreq_key yp_req_keytype; 59 #define YPMATCH_REQTYPE YPREQ_KEY 70 #define YPNEXT_REQTYPE YPREQ_KEY
|
| /onnv/onnv-gate/usr/src/lib/libnsl/yp/ |
| yp_xdr.c | 57 extern bool xdr_ypreq_key(XDR *, struct ypreq_key *); 117 * Serializes/deserializes a ypreq_key structure. 120 xdr_ypreq_key(XDR *xdrs, struct ypreq_key *ps)
|
| yp_enum.c | 317 struct ypreq_key req;
|
| yp_match.c | 510 struct ypreq_key req;
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| nis_service.c | 113 struct ypreq_key ypproc_match_svc_arg; 115 struct ypreq_key ypproc_next_svc_arg;
|
| resolv.c | 249 struct ypreq_key *req;
|
| yp_ns_proc.c | 423 struct ypreq_key *req; 945 struct ypreq_key *req; [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/common/ |
| llib-lnsl | [all...] |