Searched refs:xdr_ypresp_order (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/lib/libc/yp/ |
| D | yp_order.c | 72 (xdrproc_t)xdr_ypresp_order, &ypro, in __weak_alias() 89 xdr_free((xdrproc_t)xdr_ypresp_order, (char *)(void *)&ypro); in __weak_alias()
|
| D | xdryp.c | 111 __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/ |
| D | yppoll.c | 199 &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/ |
| D | rpcsvc.yp.expsym | 23 xdr_ypresp_order
|
| /netbsd/src/usr.sbin/ypserv/common/ |
| D | yplib_host.c | 262 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/ |
| D | yp_prot.h | 323 bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
|
| /netbsd/src/usr.sbin/ypserv/ypserv/ |
| D | ypserv.c | 229 xdr_result = (xdrproc_t)xdr_ypresp_order; in ypprog_2()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 907 #define xdr_ypresp_order _xdr_ypresp_order macro
|