Searched refs:clnt_dg_create (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | Symbol.map | 23 clnt_dg_create;
|
H A D | Makefile.inc | 91 rpc_clnt_create.3 clnt_dg_create.3 \
|
H A D | clnt_generic.c | 380 cl = clnt_dg_create(fd, svcaddr, prog, vers, sendsz, recvsz); in clnt_tli_create()
|
H A D | clnt_dg.c | 201 clnt_dg_create(int fd, const struct netbuf *svcaddr, rpcprog_t program, in clnt_dg_create() function
|
/freebsd/include/rpc/ |
H A D | clnt.h | 391 extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 370 extern CLIENT *clnt_dg_create(struct socket *so,
|
H A D | clnt_rc.c | 179 newclient = clnt_dg_create(so, in clnt_reconnect_connect()
|
H A D | clnt_dg.c | 174 clnt_dg_create( in clnt_dg_create() function
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 377 rpcb = clnt_dg_create(so, (struct sockaddr *)&ss, in nlm_get_rpc()
|