xdr_replymsg
extern bool_t xdr_replymsg (XDR *, struct rpc_msg *);
if (xdr_replymsg(xdrs, &msg)) {
(void) xdr_replymsg(xdrs, &msg);
ok = xdr_replymsg(&reply_xdrs, &reply_msg);
if (! xdr_replymsg(xdrs, &msg)) {
xdr_replymsg(xdrs, &msg);
if (! xdr_replymsg(xdrs, &reply_msg)) {
__weak_alias(xdr_replymsg,_xdr_replymsg)
if (xdr_replymsg(xdrs, msg)) {
if (! xdr_replymsg(xdrs, msg)) {
rstat = xdr_replymsg(xdrs, msg);
if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
if (xdr_replymsg(&xdr, &msg)) {
if (xdr_replymsg(&xdr, &msg)) {