Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_sockets.c210 if ((client = clntudp_create(sin, MOUNTPROG, mnt_version, *tv, sock)) == NULL) { in get_mount_client()
384 client = clntudp_create(sin, PMAPPROG, PMAPVERS, timeout, &socket); in check_pmap_up()
448 clnt = clntudp_create(sin, NFS_PROGRAM, nfs_version, tv, &sock); in get_nfs_version()
H A Dtransp_tli.c709 client = clntudp_create(sin, PMAPPROG, PMAPVERS, timeout, &socket); in check_pmap_up()
/netbsd-src/include/rpc/
H A Dclnt_soc.h103 extern CLIENT *clntudp_create(struct sockaddr_in *,
/netbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c95 client = clntudp_create(&rsrv_sin, program, version, in yp_bind_host()
118 client = clntudp_create(&rsrv_sin, program, version, in yp_bind_local()
/netbsd-src/lib/libc/rpc/
H A Drpc_soc.c85 __weak_alias(clntudp_create,_clntudp_create)
201 clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version, in clntudp_create() function
H A Dpmap_rmt.c104 client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &sock); in pmap_rmtcall()
H A DMakefile.inc117 rpc_soc.3 clntudp_create.3 \
/netbsd-src/usr.sbin/ypset/
H A Dypset.c134 client = clntudp_create(sin, YPBINDPROG, YPBINDVERS, tv, &sock); in bind_tohost()
/netbsd-src/usr.sbin/yppoll/
H A Dyppoll.c157 return clntudp_create(sin, prog, vers, tv, &fd); in mkclient()
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Dpawd.c203 clnt = clntudp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, tmo, &s); in transform_dir()
/netbsd-src/lib/libquota/
H A Dquota_nfs.c115 if ((client = clntudp_create(&server_addr, prognum, in callaurpc()
/netbsd-src/usr.bin/ypwhich/
H A Dypwhich.c207 return clntudp_create(sin, prog, vers, tv, &fd); in mkclient()
/netbsd-src/lib/libc/yp/
H A Dyplib.c263 ysd->dom_client = clntudp_create(&ysd->dom_server_addr, in _yp_dobind()
/netbsd-src/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c586 clnt = clntudp_create(&host_addr, MOUNTPROG, MOUNTVERS, *tvp, &s); in clnt_create_timeout()
/netbsd-src/lib/libc/include/
H A Dnamespace.h276 #define clntudp_create _clntudp_create
272 #define clntudp_create _clntudp_create global() macro
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c350 clnt = clntudp_create(addr, UL(prog), UL(vers), to, fdp);
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog3277 implementations. The clntudp_create timeout has a different