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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c158 * rpc_hdr: sets the fields in the rpc msg header.
164 rpc_hdr(XDR *xdrs, uint_t xid, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc) function
288 if (rpc_hdr(&xmit_xdrs, xid, prog, vers, proc) != TRUE) {
316 * rpc_hdr puts everything in the xmit buffer for the header

Completed in 84 milliseconds