Home
last modified time | relevance | path

Searched refs:ypreq_key (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x88 struct ypreq_key { struct
229 YPPROC_MATCH(ypreq_key) = 3;
232 YPPROC_FIRST(ypreq_key) = 4;
235 YPPROC_NEXT(ypreq_key) = 5;
H A Dyp_prot.h133 struct ypreq_key { struct
237 struct ypreq_key yp_req_keytype;
366 extern bool xdr_ypreq_key(XDR *, struct ypreq_key *);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h143 extern int yp_matchdns(DBM *, struct ypreq_key *, struct ypresp_val *);
153 char *tp, SVCXPRT *xprt, struct ypreq_key *req,
H A Dypserv_proc.c104 static int multihomed(struct ypreq_key req, struct ypresp_val *resp,
195 struct ypreq_key req; in ypmatch()
343 struct ypreq_key req; in ypnext()
845 multihomed(struct ypreq_key req, struct ypresp_val *resp, in multihomed()
984 struct ypreq_key nrq; in ypoldmatch()
H A Dypserv_resolv.c289 SVCXPRT *xprt, struct ypreq_key *req, char *map) in resolv_req()
H A Dypxfr.c814 struct ypreq_key req;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c55 extern bool xdr_ypreq_key(XDR *, struct ypreq_key *);
118 xdr_ypreq_key(XDR *xdrs, struct ypreq_key *ps) in xdr_ypreq_key()
H A Dyp_enum.c316 struct ypreq_key req;
H A Dyp_match.c509 struct ypreq_key req; in domatch()