Home
last modified time | relevance | path

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

/freebsd/usr.sbin/yppoll/
H A Dyppoll.c69 struct ypresp_master yprm; in get_remote_info() local
112 bzero((char *)&yprm, sizeof yprm); in get_remote_info()
115 &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv); in get_remote_info()
118 r = ypprot_err(yprm.status); in get_remote_info()
120 *outname = (char *)strdup(yprm.master); in get_remote_info()
121 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm); in get_remote_info()
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c308 struct ypresp_master yprm; in yp_master_host() local
318 memset(&yprm, 0, sizeof yprm); in yp_master_host()
322 (xdrproc_t)xdr_ypresp_master, &yprm, tv); in yp_master_host()
325 if (!(r = ypprot_err(yprm.stat))) in yp_master_host()
326 *outname = strdup(yprm.peer); in yp_master_host()
327 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm); in yp_master_host()
/freebsd/lib/libc/yp/
H A Dyplib.c1055 struct ypresp_master yprm; in yp_master() local
1078 bzero((char *)&yprm, sizeof yprm); in yp_master()
1082 (xdrproc_t)xdr_ypresp_master, &yprm, tv); in yp_master()
1089 if (!(r = ypprot_err(yprm.stat))) { in yp_master()
1090 *outname = (char *)strdup(yprm.peer); in yp_master()
1093 xdr_free((xdrproc_t)xdr_ypresp_master, &yprm); in yp_master()