Home
last modified time | relevance | path

Searched refs:ypresp_val (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dyp_prot.h167 struct ypresp_val { struct
283 struct ypresp_val yp_resp_valtype;
370 extern bool xdr_ypresp_val(XDR *, struct ypresp_val *);
H A Dyp.x107 struct ypresp_val { struct
228 ypresp_val
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c104 static int multihomed(struct ypreq_key req, struct ypresp_val *resp,
196 struct ypresp_val resp; in ypmatch()
387 struct ypresp_val resp; /* not returned to the caller */ in ypxfr()
512 struct ypresp_val resp; /* not returned to the caller */ in ypall()
845 multihomed(struct ypreq_key req, struct ypresp_val *resp, in multihomed()
1297 struct ypresp_val resp; in ypoldpush()
1348 struct ypresp_val resp; in ypoldpull()
1396 struct ypresp_val resp; in ypoldget()
H A Dypsym.h143 extern int yp_matchdns(DBM *, struct ypreq_key *, struct ypresp_val *);
H A Dypxfr.c815 struct ypresp_val resp;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c57 extern bool xdr_ypresp_val(XDR *, struct ypresp_val *);
139 xdr_ypresp_val(XDR *xdrs, struct ypresp_val *ps) in xdr_ypresp_val()
H A Dyp_match.c510 struct ypresp_val resp; in domatch()
520 (void) memset((char *)&resp, 0, sizeof (struct ypresp_val)); in domatch()