Symbol: IPPORT_RESERVED
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1802
(socket_get_port(data_dest) < IPPORT_RESERVED) ||
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
159
(socket_get_port(data_dest) < IPPORT_RESERVED) ||
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2122
if (port < IPPORT_RESERVED) {
crypto/heimdal/appl/rsh/rsh.c
851
priv_port1 = priv_port2 = IPPORT_RESERVED-1;
crypto/heimdal/appl/rsh/rshd.c
549
return ntohs(port) < IPPORT_RESERVED;
crypto/heimdal/appl/rsh/rshd.c
645
int priv_port = IPPORT_RESERVED - 1;
crypto/krb5/src/lib/rpc/bindresvport.c
60
#define ENDPORT (IPPORT_RESERVED - 1)
crypto/openssh/openbsd-compat/bindresvport.c
47
#define ENDPORT (IPPORT_RESERVED - 1)
crypto/openssh/openbsd-compat/rresvport.c
89
if (*alport < IPPORT_RESERVED - 1) {
lib/libc/net/rcmd.c
142
for (timo = 1, lport = IPPORT_RESERVED - 1;;) {
lib/libc/net/rcmd.c
277
if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) {
lib/libc/yp/yplib.c
455
if (ntohs(clnt_sin.sin_port) >= IPPORT_RESERVED) {
lib/libnetbsd/netinet/in.h
67
#define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
lib/librpcsvc/yp_passwd.c
73
if (rval == 0 || rval >= IPPORT_RESERVED) {
libexec/ypxfr/ypxfr_main.c
350
if (remoteport >= IPPORT_RESERVED) {
libexec/ypxfr/ypxfr_main.c
413
if (remoteport >= IPPORT_RESERVED) {
sbin/routed/input.c
475
if (ntohs(from->sin_port) > IPPORT_RESERVED) {
sbin/routed/rtquery/rtquery.c
326
myaddr.sin_port = htons(IPPORT_RESERVED-1);
sys/fs/nfsserver/nfs_nfsdkrpc.c
192
if (port >= IPPORT_RESERVED &&
sys/fs/nfsserver/nfs_nfsdport.c
3756
ntohs(saddr->sin_port) >= IPPORT_RESERVED) ||
sys/fs/nfsserver/nfs_nfsdport.c
3758
ntohs(saddr6->sin6_port) >= IPPORT_RESERVED))) {
sys/netinet/in_pcb.c
118
VNET_DEFINE(int, ipport_lowfirstauto) = IPPORT_RESERVED - 1; /* 1023 */
sys/netinet/in_pcb.c
130
VNET_DEFINE(int, ipport_reservedhigh) = IPPORT_RESERVED - 1; /* 1023 */
sys/netinet/in_pcb.c
153
RANGECHK(V_ipport_lowfirstauto, 1, IPPORT_RESERVED - 1);
sys/netinet/in_pcb.c
154
RANGECHK(V_ipport_lowlastauto, 1, IPPORT_RESERVED - 1);
sys/netinet/in_pcb.c
155
RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX);
sys/netinet/in_pcb.c
156
RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX);
sys/netinet/in_pcb.c
157
RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX);
sys/netinet/in_pcb.c
158
RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX);
sys/netinet/libalias/alias_ftp.c
645
if (la->true_port < IPPORT_RESERVED)
sys/netinet/libalias/alias_irc.c
355
org_port < IPPORT_RESERVED)
sys/netinet/sctp_pcb.c
2838
if (ntohs(lport) < IPPORT_RESERVED &&
sys/nfs/krpc_subr.c
257
tport = IPPORT_RESERVED;
sys/nfs/krpc_subr.c
263
tport > IPPORT_RESERVED / 2);
sys/ofed/drivers/infiniband/core/ib_cma.c
3295
if (snum < IPPORT_RESERVED &&
usr.sbin/lpr/common_source/net.c
90
int s, timo = 1, lport = IPPORT_RESERVED - 1;
usr.sbin/lpr/lpd/lpd.c
794
if (atoi(serv) >= IPPORT_RESERVED) {
usr.sbin/mountd/mountd.c
1206
if (sport >= IPPORT_RESERVED && resvport_only) {
usr.sbin/mountd/mountd.c
1324
if (sport >= IPPORT_RESERVED && resvport_only) {
usr.sbin/mountd/mountd.c
1353
if (sport >= IPPORT_RESERVED && resvport_only) {
usr.sbin/nfsuserd/nfsuserd.c
558
if (sport >= IPPORT_RESERVED) {
usr.sbin/rpcbind/security.c
138
(ntohs(sin->sin_port) < IPPORT_RESERVED));
usr.sbin/ypbind/ypbind.c
266
if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypbind/ypbind.c
856
if ((ypsecuremode && (ntohs(raddrp->sin_port) >= IPPORT_RESERVED))) {
usr.sbin/ypserv/yp_access.c
265
ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {