rpc_buffer
if (rpc_buffer(xprt))
free(rpc_buffer(xprt));
if ((rpc_buffer(xprt) = malloc(su->su_iosz)) == NULL)
xdrmem_create(&(su->su_xdrs), rpc_buffer(xprt), su->su_iosz,
su->su_tudata.udata.buf = (char *)rpc_buffer(xprt);
if ((rpc_buffer(xprt) = malloc(su->su_iosz)) == NULL) {
xdrmem_create(&(su->su_xdrs), rpc_buffer(xprt), su->su_iosz,
su->su_tudata.udata.buf = (char *)rpc_buffer(xprt);
tu_data->udata.buf = (char *)rpc_buffer(xprt);
victim->cache_reply = rpc_buffer(xprt);
rpc_buffer(xprt) = newbuf;
xdrmem_create(&(su->su_xdrs), rpc_buffer(xprt), su->su_iosz,
su->su_tudata.udata.buf = (char *)rpc_buffer(xprt);
if ((rpc_buffer(xprt) = (char *)mem_alloc(su->su_iosz)) == NULL) {
&(su->su_xdrs), rpc_buffer(xprt), su->su_iosz, XDR_DECODE);
rlen = _recvfrom(xprt->xp_sock, rpc_buffer(xprt), (int) su->su_iosz,
if (_sendto(xprt->xp_sock, rpc_buffer(xprt), slen, 0,
mem_free(rpc_buffer(xprt), su->su_iosz);
victim->cache_reply = rpc_buffer(xprt);
rpc_buffer(xprt) = newbuf;
xdrmem_create(&(su->su_xdrs), rpc_buffer(xprt),