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

/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c238 int resvport_only = 1; variable
392 resvport_only = 0;
491 if (!resvport_only) {
494 &resvport_only, sizeof(resvport_only)) != 0 &&
501 &resvport_only, sizeof(resvport_only)) != 0 &&
1054 if (sport >= IPPORT_RESERVED && resvport_only) {
1172 if (sport >= IPPORT_RESERVED && resvport_only) {
1201 if (sport >= IPPORT_RESERVED && resvport_only) {
[all...]

Completed in 100 milliseconds