Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_raw.c72 static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
138 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call() function
282 ops.cl_call = clnt_raw_call; in clnt_raw_ops()