Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/showmount/
H A Dshowmount.c90 static enum clnt_stat tcp_callrpc(const char *, int, int, int, xdrproc_t,
159 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, in main()
166 if ((estat = tcp_callrpc(host, RPCPROG_MNT, mntvers, in main()
225 tcp_callrpc(const char *host, int prognum, int versnum, int procnum, in tcp_callrpc() function