Home | History | Annotate | Download | only in tirpc_expertlevel_rpcb_rmtcall

Lines Matching refs:nconf

56 	struct netconfig *nconf = NULL;
76 nconf = getnetconfigent("udp");
77 if (nconf == NULL) {
78 fprintf(stderr, "err nconf\n");
92 if (!rpcb_getaddr(progNum, VERSNUM, nconf, &svcaddr, argc[1])) {
101 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, INTPROCNUM,
113 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, INTPROCNUM,
125 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, LNGPROCNUM,
137 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, DBLPROCNUM,
151 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, STRPROCNUM,