Home
last modified time | relevance | path

Searched refs:raw_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_raw.c61 char *raw_buf; /* should be shared with the cl handle */ member
100 srp->raw_buf = _rawcombuf; /* Share it with the client */ in svc_raw_create()
105 free(svc_raw_private->raw_buf); in svc_raw_create()
118 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()
H A Dclnt_raw.c64 char *raw_buf; /* should be shared with server handle */ member
106 clp->raw_buf = _rawcombuf; /* Share it with the server */ in clnt_raw_create()
131 xdrmem_create(xdrs, clp->raw_buf, UDPMSGSIZE, XDR_FREE); in clnt_raw_create()