Home
last modified time | relevance | path

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

/netbsd/lib/libc/yp/
H A Dyp_order.c53 struct ypresp_order ypro; in __weak_alias() local
72 (void)memset(&ypro, 0, sizeof ypro); in __weak_alias()
76 (xdrproc_t)xdr_ypresp_order, &ypro, in __weak_alias()
92 *outorder = ypro.ordernum; in __weak_alias()
93 xdr_free((xdrproc_t)xdr_ypresp_order, (char *)(void *)&ypro); in __weak_alias()
94 r = ypprot_err(ypro.status); in __weak_alias()
/netbsd/usr.sbin/yppoll/
H A Dyppoll.c164 struct ypresp_order ypro; in get_remote_info() local
193 (void)memset(&ypro, 0, sizeof(ypro)); in get_remote_info()
199 &yprnk, xdr_ypresp_order, &ypro, tv); in get_remote_info()
203 *outorder = ypro.ordernum; in get_remote_info()
204 xdr_free((xdrproc_t)xdr_ypresp_order, (void *)&ypro); in get_remote_info()
206 r = ypprot_err(ypro.status); in get_remote_info()
/netbsd/usr.sbin/ypserv/common/
H A Dyplib_host.c252 struct ypresp_order ypro; in yp_order_host() local
259 memset(&ypro, 0, sizeof ypro); in yp_order_host()
262 xdr_ypresp_order, &ypro, _yplib_host_timeout); in yp_order_host()
266 *outorder = ypro.ordernum; in yp_order_host()
267 xdr_free((xdrproc_t)xdr_ypresp_order, (char *)&ypro); in yp_order_host()
268 return ypprot_err(ypro.status); in yp_order_host()