Home
last modified time | relevance | path

Searched refs:clnttcp_create (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/include/rpc/
H A Dclnt_soc.h65 extern CLIENT *clnttcp_create(struct sockaddr_in *,
/netbsd-src/lib/libc/rpc/
H A Dpmap_getmaps.c94 client = clnttcp_create(address, PMAPPROG, in __weak_alias()
H A Drpc_soc.c86 __weak_alias(clnttcp_create,_clnttcp_create)
209 clnttcp_create(struct sockaddr_in *raddr, u_long prog, u_long vers, int *sockp, in clnttcp_create() function
H A Dpmap_getport.c97 return clnttcp_create(address, PMAPPROG, PMAPVERS, &sock, 0, 0); in get_client()
H A DMakefile.inc115 rpc_soc.3 clnttcp_create.3 \
/netbsd-src/lib/libc/yp/
H A Dyp_all.c71 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in __weak_alias()
H A Dyplib.c215 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, in _yp_dobind()
/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_sockets.c182 && ((client = clnttcp_create(sin, MOUNTPROG, mnt_version, sock, 0, 0)) != NULL)) in get_mount_client()
446 clnt = clnttcp_create(sin, NFS_PROGRAM, nfs_version, &sock, 0, 0); in get_nfs_version()
/netbsd-src/usr.sbin/yppoll/
H A Dyppoll.c155 return clnttcp_create(sin, prog, vers, &fd, 0, 0); in mkclient()
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Dpawd.c205 clnt = clnttcp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, &s, 0, 0); in transform_dir()
/netbsd-src/usr.bin/ypwhich/
H A Dypwhich.c205 return clnttcp_create(sin, prog, vers, &fd, 0, 0); in mkclient()
/netbsd-src/usr.sbin/ypserv/common/
H A Dyplib_host.c92 client = clnttcp_create(&rsrv_sin, program, version, in yp_bind_host()
/netbsd-src/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c582 clnt = clnttcp_create(&host_addr, MOUNTPROG, MOUNTVERS, &s, 0, 0); in clnt_create_timeout()
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c344 clnt = clnttcp_create(addr, UL(prog), UL(vers), fdp, 0, 0);
485 client = clnttcp_create(&server_addr, PMAPPROG, PMAPVERS,
/netbsd-src/lib/libc/include/
H A Dnamespace.h274 #define clnttcp_create _clnttcp_create
270 #define clnttcp_create _clnttcp_create global() macro