Home
last modified time | relevance | path

Searched refs:xdr_ypresp_order (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/lib/libc/yp/
Dyp_order.c72 (xdrproc_t)xdr_ypresp_order, &ypro, in __weak_alias()
89 xdr_free((xdrproc_t)xdr_ypresp_order, (char *)(void *)&ypro); in __weak_alias()
Dxdryp.c111 __weak_alias(xdr_ypresp_order,_xdr_ypresp_order)
475 xdr_ypresp_order(XDR *xdrs, struct ypresp_order *objp) in xdr_ypresp_order() function
/netbsd/src/usr.sbin/yppoll/
Dyppoll.c199 &yprnk, xdr_ypresp_order, &ypro, tv); in get_remote_info()
204 xdr_free((xdrproc_t)xdr_ypresp_order, (void *)&ypro); in get_remote_info()
/netbsd/src/lib/librpcsvc/
Drpcsvc.yp.expsym23 xdr_ypresp_order
/netbsd/src/usr.sbin/ypserv/common/
Dyplib_host.c262 xdr_ypresp_order, &ypro, _yplib_host_timeout); in yp_order_host()
267 xdr_free((xdrproc_t)xdr_ypresp_order, (char *)&ypro); in yp_order_host()
/netbsd/src/include/rpcsvc/
Dyp_prot.h323 bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
/netbsd/src/usr.sbin/ypserv/ypserv/
Dypserv.c229 xdr_result = (xdrproc_t)xdr_ypresp_order; in ypprog_2()
/netbsd/src/lib/libc/include/
Dnamespace.h907 #define xdr_ypresp_order _xdr_ypresp_order macro