Symbol: IPPORT_RESERVED
lib/libc/net/rcmd.c
218
for (timo = 1, lport = IPPORT_RESERVED - 1;;) {
lib/libc/net/rcmd.c
325
(atoi(num) >= IPPORT_RESERVED ||
lib/libc/net/rcmd.c
326
atoi(num) < IPPORT_RESERVED / 2)) {
lib/libc/net/rcmd.c
587
if (*alport == IPPORT_RESERVED/2) {
lib/libpam/modules/pam_unix/pam_unix.c
282
if (rpcport >= IPPORT_RESERVED) {
libexec/ftpd/conf.c
423
minport = strsuftollx("minport", arg, IPPORT_RESERVED,
libexec/ftpd/conf.c
430
maxport = strsuftollx("maxport", p, IPPORT_RESERVED,
libexec/ftpd/ftpcmd.y
1863
if (atoi(s1) < IPPORT_RESERVED || strcmp(h1, h2) != 0)
libexec/ftpd/ftpd.c
1621
ntohs(ctrl_addr.su_port) > IPPORT_RESERVED + 1)) {
libexec/ftpd/ftpd.c
1956
if (dropprivs && port < IPPORT_RESERVED)
libexec/ftpd/ftpd.c
413
l < IPPORT_RESERVED ||
libexec/rlogind/rlogind.c
343
if (ntohs(*portp) >= IPPORT_RESERVED ||
libexec/rlogind/rlogind.c
344
ntohs(*portp) < IPPORT_RESERVED/2) {
libexec/rshd/rshd.c
342
if (ntohs(*portp) >= IPPORT_RESERVED
libexec/rshd/rshd.c
343
|| ntohs(*portp) < IPPORT_RESERVED / 2) {
libexec/rshd/rshd.c
368
int lport = IPPORT_RESERVED - 1;
libexec/rshd/rshd.c
374
if (port >= IPPORT_RESERVED) {
sbin/routed/input.c
467
if (ntohs(from->sin_port) > IPPORT_RESERVED) {
sbin/routed/rtquery/rtquery.c
350
myaddr.sin_port = htons(IPPORT_RESERVED-1);
sys/fs/nfs/common/krpc_subr.c
256
tport = IPPORT_RESERVED;
sys/fs/nfs/common/krpc_subr.c
262
tport > IPPORT_RESERVED / 2);
sys/fs/nfs/server/nfs_nfsdkrpc.c
182
if (port >= IPPORT_RESERVED &&
sys/fs/nfs/server/nfs_nfsdport.c
2835
ntohs(saddr->sin_port) >= IPPORT_RESERVED) ||
sys/fs/nfs/server/nfs_nfsdport.c
2837
ntohs(saddr6->sin6_port) >= IPPORT_RESERVED))) {
sys/netinet/in.h
153
#define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
sys/netinet/in_pcb.c
403
if (ntohs(sin->sin_port) < IPPORT_RESERVED)
sys/netinet/sctp_pcb.c
1714
if (ntohs(lport) < IPPORT_RESERVED)
sys/netinet/sctp_pcb.c
1775
if (port_attempt < IPPORT_RESERVED) {
sys/netinet/sctp_pcb.c
1776
port_attempt += IPPORT_RESERVED;
sys/netinet/sctp_pcb.c
1790
if (port_attempt < IPPORT_RESERVED) {
sys/netinet/sctp_pcb.c
1791
port_attempt += IPPORT_RESERVED;
sys/netinet/sctp_pcb.c
1805
if (port_attempt < IPPORT_RESERVED) {
sys/netinet/sctp_pcb.c
1806
port_attempt += IPPORT_RESERVED;
sys/netinet/tcp_usrreq.c
1351
if (tmp < IPPORT_RESERVED)
sys/netinet/tcp_usrreq.c
1361
if (tmp < IPPORT_RESERVED)
sys/nfs/krpc_subr.c
263
tport = IPPORT_RESERVED;
sys/nfs/krpc_subr.c
268
tport > IPPORT_RESERVED / 2);
sys/nfs/nfs_srvsubs.c
326
ntohs(saddr->sin_port) >= IPPORT_RESERVED) {
usr.bin/chpass/pw_yp.c
147
if (rpcport >= IPPORT_RESERVED) {
usr.bin/passwd/yp_passwd.c
290
if (rpcport >= IPPORT_RESERVED)
usr.bin/passwd/yp_passwd.c
422
if (rpcport >= IPPORT_RESERVED)
usr.sbin/lpr/common_source/common.c
136
int s, lport = IPPORT_RESERVED - 1;
usr.sbin/lpr/lpd/lpd.c
613
atoi(serv) >= IPPORT_RESERVED)
usr.sbin/mountd/mountd.c
2199
sport >= IPPORT_RESERVED) {
usr.sbin/mountd/mountd.c
667
if (sport >= IPPORT_RESERVED &&
usr.sbin/rpcbind/security.c
155
(ntohs(sin->sin_port) < IPPORT_RESERVED));
usr.sbin/ypbind/ypbind.c
466
if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypbind/ypbind.c
857
if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
76
return (atoi(sbuf) >= IPPORT_RESERVED);