HomeSort by: relevance | last modified time | path
    Searched defs:raw_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/rpc/
svc_raw.c 78 char *raw_buf; /* should be shared with the cl handle */ member in struct:svc_raw_private
111 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */
119 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE);

Completed in 13 milliseconds