Searched refs:clnt_vc_create (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | clnt_generic.c | 370 cl = clnt_vc_create(fd, svcaddr, prog, vers, sendsz, recvsz); in clnt_tli_create() 377 cl = clnt_vc_create(fd, svcaddr, prog, vers, sendsz, recvsz); in clnt_tli_create()
|
H A D | Symbol.map | 39 clnt_vc_create;
|
H A D | Makefile.inc | 96 rpc_clnt_create.3 clnt_vc_create.3 \
|
H A D | rpc_soc.c | 449 cl = clnt_vc_create(*sockp, svcaddr, prog, in clntunix_create()
|
H A D | clnt_vc.c | 200 clnt_vc_create(int fd, const struct netbuf *raddr, const rpcprog_t prog, in clnt_vc_create() function
|
H A D | rpcb_clnt.c | 442 client = clnt_vc_create(sock, &nbuf, (rpcprog_t)RPCBPROG, in local_rpcb()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 371 extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 394 extern CLIENT *clnt_vc_create(struct socket *so,
|
H A D | clnt_rc.c | 198 newclient = clnt_vc_create(so, in clnt_reconnect_connect()
|
H A D | clnt_vc.c | 124 clnt_vc_create( in clnt_vc_create() function
|