/src/lib/libc/yp/ |
yp_master.c | 75 (xdrproc_t)xdr_ypresp_master, &yprm, _yplib_timeout); 89 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)(void *)&yprm);
|
xdryp.c | 110 __weak_alias(xdr_ypresp_master,_xdr_ypresp_master) 415 xdr_ypresp_master(XDR *xdrs, struct ypresp_master *objp) function in typeref:typename:bool_t
|
/src/usr.sbin/yppoll/ |
yppoll.c | 211 xdr_ypreq_nokey, &yprnk, xdr_ypresp_master, &yprm, tv); 217 xdr_free((xdrproc_t)xdr_ypresp_master, (void *)&yprm);
|
/src/usr.bin/ypwhich/ |
ypwhich.c | 379 xdr_ypreq_nokey, &ypreqkey, xdr_ypresp_master, 394 xdr_free((xdrproc_t)xdr_ypresp_master, (void *)&yprespmaster);
|
/src/include/rpcsvc/ |
yp_prot.h | 324 bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
|
/src/usr.sbin/ypserv/common/ |
yplib_host.c | 284 xdr_ypresp_master, &yprm, _yplib_host_timeout); 291 xdr_free((xdrproc_t)xdr_ypresp_master, (char *)&yprm);
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv.c | 222 xdr_result = (xdrproc_t)xdr_ypresp_master;
|
/src/lib/libc/include/ |
namespace.h | 906 #define xdr_ypresp_master _xdr_ypresp_master macro
|