Searched refs:yprm (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_master.c82 struct ypresp_master yprm; local
103 (void)memset(&yprm, 0, sizeof yprm);
105 r = clnt_call(ysd->dom_client, YPPROC_MASTER, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
117 if (!(r = ypprot_err(yprm.stat))) {
118 if ((*outname = strdup(yprm.peer)) == NULL)
121 xdr_free((xdrproc_t)xdr_ypresp_master, (char *) &yprm);
/macosx-10.9.5/remote_cmds-41.90.1/yppoll.tproj/
H A Dyppoll.c97 struct ypresp_master yprm; local
146 bzero((char *)&yprm, sizeof yprm);
149 &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
152 r = ypprot_err(yprm.status);
154 *outname = (char *)strdup(yprm.master);
155 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c379 struct ypresp_master yprm; local
390 memset(&yprm, 0, sizeof yprm);
393 (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
397 if( !(r=ypprot_err(yprm.stat)) ) {
398 *outname = (char *)strdup(yprm.peer);
400 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm);
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c379 struct ypresp_master yprm; local
390 memset(&yprm, 0, sizeof yprm);
393 (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
397 if( !(r=ypprot_err(yprm.stat)) ) {
398 *outname = (char *)strdup(yprm.peer);
400 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm);

Completed in 95 milliseconds