Searched defs:raw_buf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_raw.c57 char *raw_buf; /* should be shared with the cl handle */ member in struct:svc_raw_private
96 srp->raw_buf = _rawcombuf; /* Share it with the client */
101 free(svc_raw_private->raw_buf);
114 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE);
H A Dclnt_raw.c60 char *raw_buf; /* should be shared with server handle */ member in struct:clnt_raw_private
102 clp->raw_buf = _rawcombuf; /* Share it with the server */
127 xdrmem_create(xdrs, clp->raw_buf, UDPMSGSIZE, XDR_FREE);

Completed in 786 milliseconds