Home
last modified time | relevance | path

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

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