Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_generic.c294 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr, in clnt_tp_create_timed()
307 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr, in clnt_tp_create_timed()
325 clnt_tli_create(int fd, const struct netconfig *nconf, in clnt_tli_create() function
H A DSymbol.map30 clnt_tli_create;
H A DMakefile.inc93 rpc_clnt_create.3 clnt_tli_create.3 \
H A Drpc_soc.c127 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers, in clnt_com_create()
H A Drpcb_clnt.c291 client = clnt_tli_create(RPC_ANYFD, nconf, addr, in getclnthandle()
386 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr, in getclnthandle()
/freebsd/include/rpc/
H A Dclnt.h355 extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
/freebsd/sys/rpc/
H A Dclnt.h535 extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
H A Drpcb_clnt.c304 client = clnt_tli_create(RPC_ANYFD, nconf, addr,
399 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c1240 client = clnt_tli_create(fd, nconf, nbuf, prog, vers, 0, 0);
1581 client = clnt_tli_create(RPC_ANYFD, nconf, &addr, RPCBPROG,
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c835 clp = clnt_tli_create(RPC_ANYFD, nconf, &nfs_nb, NFS_PROGRAM, nfsvers, in nfs_tryproto()