Searched refs:useresvport (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c886 * useresvport and try again.
1385 endpnt_get(struct knetconfig *config, int useresvport) argument
1651 if (useresvport == -1)
1652 useresvport = clnt_clts_do_bindresvport;
1654 if (useresvport &&
H A Dclnt_cots.c1461 * client handle useresvport trying
1812 int useresvport,
2188 if (useresvport == -1)
2189 useresvport = clnt_cots_do_bindresvport;
2191 if ((useresvport || retryaddr != NULL) &&
1803 connmgr_get( struct netbuf *retryaddr, const struct timeval *waitp, struct netbuf *destaddr, int addrfmly, struct netbuf *srcaddr, struct rpc_err *rpcerr, dev_t device, bool_t nosignal, int useresvport, cred_t *cr) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c452 int useresvport = 0; local
539 (void) CLNT_CONTROL(ch, CLSET_BINDRESVPORT, (char *)&useresvport);

Completed in 59 milliseconds