/netbsd-src/include/rpc/ |
H A D | clnt_soc.h | 65 extern CLIENT *clnttcp_create(struct sockaddr_in *,
|
/netbsd-src/lib/libc/rpc/ |
H A D | pmap_getmaps.c | 94 client = clnttcp_create(address, PMAPPROG, in __weak_alias()
|
H A D | rpc_soc.c | 86 __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 D | pmap_getport.c | 97 return clnttcp_create(address, PMAPPROG, PMAPVERS, &sock, 0, 0); in get_client()
|
H A D | Makefile.inc | 115 rpc_soc.3 clnttcp_create.3 \
|
/netbsd-src/lib/libc/yp/ |
H A D | yp_all.c | 71 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in __weak_alias()
|
H A D | yplib.c | 215 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, in _yp_dobind()
|
/netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
H A D | transp_sockets.c | 182 && ((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 D | yppoll.c | 155 return clnttcp_create(sin, prog, vers, &fd, 0, 0); in mkclient()
|
/netbsd-src/external/bsd/am-utils/dist/amq/ |
H A D | pawd.c | 205 clnt = clnttcp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, &s, 0, 0); in transform_dir()
|
/netbsd-src/usr.bin/ypwhich/ |
H A D | ypwhich.c | 205 return clnttcp_create(sin, prog, vers, &fd, 0, 0); in mkclient()
|
/netbsd-src/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 92 client = clnttcp_create(&rsrv_sin, program, version, in yp_bind_host()
|
/netbsd-src/external/bsd/am-utils/dist/fixmount/ |
H A D | fixmount.c | 582 clnt = clnttcp_create(&host_addr, MOUNTPROG, MOUNTVERS, &s, 0, 0); in clnt_create_timeout()
|
/netbsd-src/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 344 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 D | namespace.h | 274 #define clnttcp_create _clnttcp_create 270 #define clnttcp_create _clnttcp_create global() macro
|