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

/freebsd-11.0-release/usr.sbin/yppoll/
H A Dyppoll.c70 struct ypresp_master yprm; local
113 bzero((char *)&yprm, sizeof yprm);
116 &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
119 r = ypprot_err(yprm.status);
121 *outname = (char *)strdup(yprm.master);
122 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm);
/freebsd-11.0-release/usr.sbin/ypserv/common/
H A Dyplib_host.c311 struct ypresp_master yprm; local
321 memset(&yprm, 0, sizeof yprm);
325 (xdrproc_t)xdr_ypresp_master, &yprm, tv);
328 if (!(r = ypprot_err(yprm.stat)))
329 *outname = strdup(yprm.peer);
330 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm);
/freebsd-11.0-release/lib/libc/yp/
H A Dyplib.c1060 struct ypresp_master yprm; local
1083 bzero((char *)&yprm, sizeof yprm);
1087 (xdrproc_t)xdr_ypresp_master, &yprm, tv);
1094 if (!(r = ypprot_err(yprm.stat))) {
1095 *outname = (char *)strdup(yprm.peer);
1098 xdr_free((xdrproc_t)xdr_ypresp_master, &yprm);

Completed in 107 milliseconds