Lines Matching defs:prog

108 #define	RPCBADDRLIST	10	/* dump addr list about one prog */
122 rpcprog_t prog;
316 local_rpcb(rpcprog_t prog, rpcvers_t vers)
333 return clnt_vc_create(sock, &nbuf, prog, vers, 0, 0);
338 clnt_com_create(struct sockaddr_in *addr, rpcprog_t prog, rpcvers_t vers,
344 clnt = clnttcp_create(addr, UL(prog), UL(vers), fdp, 0, 0);
350 clnt = clntudp_create(addr, UL(prog), UL(vers), to, fdp);
356 (unsigned long)prog, m);
359 (unsigned long)prog, (unsigned long)vers, m);
814 if (p->rpcb_map.r_prog == rs->prog)
828 rs->prog = p->rpcb_map.r_prog;
843 (void)printf("%10lu ", (unsigned long)rs->prog);
862 rpc = getrpcbynumber((int)rs->prog);
1227 * Delete registeration for this (prog, vers, netid)
1242 errx(1, "Could not delete registration for prog %s version %s",
1252 rpcprog_t prog, rpcvers_t vers)
1269 client = clnt_tli_create(fd, nconf, nbuf, prog, vers, 0, 0);
1278 * If the version number is given, ping that (prog, vers); else try to find
1279 * the version numbers supported for that prog and ping all the versions.
1377 * If the version number is given, ping that (prog, vers); else try to find
1378 * the version numbers supported for that prog and ping all the versions.
1551 pstatus(CLIENT *client, rpcprog_t prog, rpcvers_t vers)
1558 (unsigned long)prog, (unsigned long)vers,
1563 (unsigned long)prog, (unsigned long)vers);
1653 "prog\t\tvers\tproc\tnetid\tindirect success failure\n");
1655 (void)printf("prog\t\tvers\tproc\tnetid\tsuccess\tfailure\n");
1657 rpc = getrpcbynumber((int)pr->prog);
1661 (void)printf("%-16d", pr->prog);
1677 (void)printf("prog\t\tvers\tnetid\t success\tfailure\n");
1679 rpc = getrpcbynumber((int)al->prog);
1683 (void)printf("%-16d", al->prog);