Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A DSymbol.map37 clnt_raw_create;
H A Dclnt_raw.c85 clnt_raw_create(rpcprog_t prog, rpcvers_t vers) in clnt_raw_create() function
H A DMakefile.inc92 rpc_clnt_create.3 clnt_raw_create.3 \
H A Drpc_soc.c191 return clnt_raw_create((rpcprog_t)prog, (rpcvers_t)vers); in clntraw_create()
/freebsd/include/rpc/
H A Dclnt.h410 extern CLIENT *clnt_raw_create(rpcprog_t, rpcvers_t);
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c167 clnt = clnt_raw_create(PROGNUM, VERSNUM); in rawtest()
/freebsd/sys/rpc/
H A Dclnt.h590 extern CLIENT *clnt_raw_create(rpcprog_t, rpcvers_t);