/openbsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 367 if ((client = clnttcp_create(&addr, prognum, MIN_VERS, in tcpping() 388 if ((client = clnttcp_create(&addr, prognum, MAX_VERS, in tcpping() 425 if ((client = clnttcp_create(&addr, prognum, vers, in tcpping() 445 if ((client = clnttcp_create(&addr, prognum, vers, &sock, in tcpping() 509 if ((client = clnttcp_create(&server_addr, PMAPPROG, in pmapdump()
|
/openbsd/lib/libc/hidden/rpc/ |
H A D | clnt.h | 31 PROTO_NORMAL(clnttcp_create);
|
/openbsd/lib/libc/rpc/ |
H A D | pmap_getmaps.c | 68 client = clnttcp_create(address, PMAPPROG, in pmap_getmaps()
|
H A D | clnt_generic.c | 90 client = clnttcp_create(&sin, prog, vers, &sock, 0, 0); in clnt_create()
|
H A D | clnt_tcp.c | 113 clnttcp_create(struct sockaddr_in *raddr, u_long prog, u_long vers, int *sockp, in clnttcp_create() function 224 DEF_WEAK(clnttcp_create);
|
/openbsd/lib/libc/yp/ |
H A D | yp_all.c | 124 ypbinding.dom_client = clnttcp_create(&ypbinding.dom_server_addr, in yp_all()
|
/openbsd/include/rpc/ |
H A D | clnt.h | 289 extern CLIENT *clnttcp_create(struct sockaddr_in *, unsigned long,
|
/openbsd/usr.bin/showmount/ |
H A D | showmount.c | 153 client = clnttcp_create(&clnt_sin, RPCPROG_MNT, mntvers, in main()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | host_ops.c | 252 if ((client = clnttcp_create(&sin, MOUNTPROG, MOUNTVERS, &sock, 0, 0)) == NULL && in host_fmount()
|
/openbsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 82 client = clnttcp_create(&rsrv_sin, program, version, in yp_bind_host()
|
/openbsd/usr.sbin/amd/amq/ |
H A D | amq.c | 321 clnt = clnttcp_create(&server_addr, AMQ_PROGRAM, AMQ_VERSION, &s, 0, 0); in main()
|
/openbsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 447 clp = clnttcp_create(&saddr, RPCPROG_MNT, mntvers, in getnfsargs()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-vx.c | 892 pClient = clnttcp_create (&destAddr, RDBPROG, RDBVERS, &ptraceSock, 0, 0); in net_connect()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1268 clnttcp_create
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 182 extern CLIENT * clnttcp_create(struct sockaddr_in *, unsigned long, unsigned long, in…
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 182 extern CLIENT * clnttcp_create(struct sockaddr_in *, unsigned long, unsigned long, in…
|
/openbsd/usr.bin/netstat/ |
H A D | inet.c | 835 if ((client = clnttcp_create(&server_addr, PMAPPROG, in getrpcportnam()
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1478 fun:clnttcp_create=uninstrumented
|