xdr_replymsg
extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
PROTO_NORMAL(xdr_replymsg);
if (! xdr_replymsg(xdrs, &msg)) {
xdr_replymsg(xdrs, &msg);
if (! xdr_replymsg(xdrs, &reply_msg)) {
ok = xdr_replymsg(&reply_xdrs, &reply_msg);
xdr_replymsg(&reply_xdrs, &reply_msg);
if (xdr_replymsg(xdrs, &msg)) {
(void)xdr_replymsg(xdrs, &msg);
DEF_WEAK(xdr_replymsg);
if (! xdr_replymsg(xdrs, msg))
stat = xdr_replymsg(xdrs, msg);
if (xdr_replymsg(xdrs, msg)) {
if (xdr_replymsg(&xdr, msgp)) {
(void)xdr_replymsg(&xdr, msgp);
ok = xdr_replymsg(&reply_xdr, &reply_msg);
if (xdr_replymsg(&xdr, &msg)) {
if (xdr_replymsg(&xdr, &msg)) {