Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_raw.c61 char *raw_buf; /* should be shared with the cl handle */ member
100 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */ in svc_raw_create()
114 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()