Lines Matching defs:version

105  * Also, this routine can be used to set the use of portmapper version 2
446 * Set a mapping between program, version and address.
450 rpcb_set(const rpcprog_t program, const rpcvers_t version,
478 parms.r_vers = version;
497 * Remove the mapping between program, version and netbuf address.
503 rpcb_unset(const rpcprog_t program, const rpcvers_t version,
516 parms.r_vers = version;
622 * The algorithm used: First try version 4. Then try version 3 (svr4).
623 * Finally, if the transport is TCP or UDP, try version 2 (portmap).
626 * obsoleting version 2.
634 __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version,
682 * First try version 4.
685 parms.r_vers = version;
692 * transport. This works only with version 4.
722 /* Set rpcbind version 4 */
757 /* Program number and version number matched */
760 /* Program and version not found for this transport */
766 * regular way with version 3, then 2
768 /* Try the next version */
774 goto error; /* a new version, can't handle */
776 /* Try the next version */
781 /* Try the next version */
795 } /* End of version 4 */
807 * Try version 3
832 vers = RPCBVERS; /* Set the version */
863 /* Try the next version */
870 goto error; /* a new version, can't handle */
876 /* Try the next version */
882 /* Try the next version */
891 } /* End of version 3 */
897 * Try version 2
901 /* Try version 2 for TCP or UDP */
975 * Set version and retry timeout.
981 pmapparms.pm_vers = version;
1022 * Always an error for version 2.
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,
1128 /* fall back to earlier version */
1260 /* fall back to earlier version */