Lines Matching refs:msg
225 svcudp_recv (SVCXPRT *xprt, struct rpc_msg *msg) in svcudp_recv() argument
302 if (!xdr_callmsg (xdrs, msg)) in svcudp_recv()
304 su->su_xid = msg->rm_xid; in svcudp_recv()
307 if (cache_get (xprt, msg, &reply, &replylen)) in svcudp_recv()
327 svcudp_reply (SVCXPRT *xprt, struct rpc_msg *msg) in svcudp_reply() argument
340 msg->rm_xid = su->su_xid; in svcudp_reply()
341 if (xdr_replymsg (xdrs, msg)) in svcudp_reply()
410 #define CACHE_PERROR(msg) \ argument
411 (void) __fxprintf(NULL, "%s\n", msg)
587 cache_get (SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, in cache_get() argument
615 uc->uc_proc = msg->rm_call.cb_proc; in cache_get()
616 uc->uc_vers = msg->rm_call.cb_vers; in cache_get()
617 uc->uc_prog = msg->rm_call.cb_prog; in cache_get()