Symbol: IPPORT_RESERVED
lib/libalias/alias_ftp.c
466
if (true_port < IPPORT_RESERVED)
lib/libalias/alias_irc.c
243
org_port < IPPORT_RESERVED)
lib/libc/net/rcmd.c
142
for (timo = 1, lport = IPPORT_RESERVED - 1;;) {
lib/libc/net/rcmd.c
275
if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) {
lib/libc/yp/yplib.c
468
if (ntohs(clnt_sin.sin_port) >= IPPORT_RESERVED) {
lib/librpcsvc/yp_passwd.c
73
if (rval == 0 || rval >= IPPORT_RESERVED) {
libexec/ftpd/ftpcmd.y
1668
((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
libexec/ftpd/ftpcmd.y
1795
((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
libexec/ypxfr/ypxfr_main.c
352
if (remoteport >= IPPORT_RESERVED) {
libexec/ypxfr/ypxfr_main.c
415
if (remoteport >= IPPORT_RESERVED) {
sbin/mountd/mountd.c
783
if (sport >= IPPORT_RESERVED && resvport_only) {
sbin/mountd/mountd.c
880
if (sport >= IPPORT_RESERVED && resvport_only) {
sbin/mountd/mountd.c
909
if (sport >= IPPORT_RESERVED && resvport_only) {
sbin/routed/input.c
450
if (ntohs(from->sin_port) > IPPORT_RESERVED) {
sbin/routed/rtquery/rtquery.c
313
myaddr.sin_port = htons(IPPORT_RESERVED-1);
sys/netinet/in_pcb.c
115
int ipport_lowfirstauto = IPPORT_RESERVED - 1; /* 1023 */
sys/netinet/in_pcb.c
118
int ipport_firstauto = IPPORT_RESERVED; /* 1024 */
sys/netinet/in_pcb.c
145
RANGECHK(ipport_lowfirstauto, 1, IPPORT_RESERVED - 1);
sys/netinet/in_pcb.c
146
RANGECHK(ipport_lowlastauto, 1, IPPORT_RESERVED - 1);
sys/netinet/in_pcb.c
148
RANGECHK(ipport_firstauto, IPPORT_RESERVED, USHRT_MAX);
sys/netinet/in_pcb.c
149
RANGECHK(ipport_lastauto, IPPORT_RESERVED, USHRT_MAX);
sys/netinet/in_pcb.c
151
RANGECHK(ipport_hifirstauto, IPPORT_RESERVED, USHRT_MAX);
sys/netinet/in_pcb.c
152
RANGECHK(ipport_hilastauto, IPPORT_RESERVED, USHRT_MAX);
sys/netinet/in_pcb.c
675
if (ntohs(lport) < IPPORT_RESERVED && cred &&
sys/vfs/nfs/krpc_subr.c
256
tport = IPPORT_RESERVED;
sys/vfs/nfs/krpc_subr.c
262
tport > IPPORT_RESERVED / 2);
sys/vfs/nfs/nfs_subs.c
1251
ntohs(saddr->sin_port) >= IPPORT_RESERVED) {
sys/vfs/nfs/nfs_syscalls.c
643
if (port >= IPPORT_RESERVED &&
usr.sbin/lpr/common_source/net.c
88
int s, timo = 1, lport = IPPORT_RESERVED - 1;
usr.sbin/lpr/lpd/lpd.c
782
if (atoi(serv) >= IPPORT_RESERVED) {
usr.sbin/rpcbind/security.c
140
(ntohs(sin->sin_port) < IPPORT_RESERVED));
usr.sbin/ypbind/ypbind.c
261
if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypbind/ypbind.c
836
if ((ypsecuremode && (ntohs(raddrp->sin_port) >= IPPORT_RESERVED))) {
usr.sbin/ypserv/yp_access.c
259
ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {