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

/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c287 static int resvport_only = 1; variable
457 resvport_only = 0;
560 if (!resvport_only) {
562 &resvport_only, sizeof(resvport_only)) != 0 &&
1175 if (sport >= IPPORT_RESERVED && resvport_only) {
1293 if (sport >= IPPORT_RESERVED && resvport_only) {
1322 if (sport >= IPPORT_RESERVED && resvport_only) {

Completed in 165 milliseconds