Lines Matching defs:program
446 * Set a mapping between program, version and address.
450 rpcb_set(const rpcprog_t program, const rpcvers_t version,
477 parms.r_prog = program;
497 * Remove the mapping between program, version and netbuf address.
503 rpcb_unset(const rpcprog_t program, const rpcvers_t version,
515 parms.r_prog = program;
634 __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version,
684 parms.r_prog = program;
980 pmapparms.pm_prog = program;
1065 * Find the mapped address for program, version.
1073 rpcb_getaddr(const rpcprog_t program, const rpcvers_t version,
1078 if ((na = __rpcb_findaddr_timed(program, version,
1150 * which will look up a service program in the address maps, and then