Searched refs:xdrslong (Results 1 – 1 of 1) sorted by relevance
644 XDR xdrslong; in svc_process_long_reply() local654 bzero(&xdrslong, sizeof (xdrslong)); in svc_process_long_reply()682 xdrmem_create(&xdrslong, memp, alloc_len, XDR_ENCODE); in svc_process_long_reply()686 if (!(xdr_replymsg(&xdrslong, msg) && in svc_process_long_reply()687 (!has_args || SVCAUTH_WRAP(&clone_xprt->xp_auth, &xdrslong, in svc_process_long_reply()694 *final_len = XDR_GETPOS(&xdrslong); in svc_process_long_reply()