Symbol: IPPORT_RESERVED
lib/libc/net/rcmd.c
119
for (timo.tv_sec = 1, lport = IPPORT_RESERVED - 1;;) {
lib/libc/net/rcmd.c
257
(atoi(num) >= IPPORT_RESERVED ||
lib/libc/net/rcmd.c
258
atoi(num) < IPPORT_RESERVED / 2)) {
lib/libc/net/rresvport.c
89
if (*alport < IPPORT_RESERVED - 1) {
libexec/ftpd/ftpcmd.y
175
ntohs(data_dest.su_sin.sin_port) < IPPORT_RESERVED) {
libexec/ftpd/ftpd.c
1386
ntohs(*p) < IPPORT_RESERVED) {
libexec/ftpd/ftpd.c
1462
ntohs(*p) < IPPORT_RESERVED || ntohs(*p) == 2049) { /* XXX */
libexec/spamd-setup/spamd-setup.c
612
int lport = IPPORT_RESERVED - 1, s;
libexec/spamd/spamd.c
1724
} else if (ntohs(lin.sin_port) >= IPPORT_RESERVED) {
sbin/mountd/mountd.c
774
if (sport >= IPPORT_RESERVED) {
sbin/mountd/mountd.c
862
if (sport >= IPPORT_RESERVED) {
sbin/mountd/mountd.c
878
if (sport >= IPPORT_RESERVED) {
sys/kern/uipc_syscalls.c
1612
if (ntohs(ypsin.sin_port) >= IPPORT_RESERVED || ntohs(ypsin.sin_port) == 20)
sys/netinet/in_pcb.c
114
int ipport_firstauto = IPPORT_RESERVED; /* [a] */
sys/netinet/in_pcb.c
222
return (port < IPPORT_RESERVED ||
sys/netinet/in_pcb.c
225
return (port < IPPORT_RESERVED ||
sys/netinet/in_pcb.c
461
first = IPPORT_RESERVED-1; /* 1023 */
sys/nfs/nfs_srvsubs.c
348
(ntohs(saddr->sin_port) >= IPPORT_RESERVED ||
sys/nfs/nfs_syscalls.c
312
ntohs(sin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/amd/amq/amq.c
538
for (alport = IPPORT_RESERVED-1; alport > IPPORT_RESERVED/2 + 1; alport--) {
usr.sbin/inetd/inetd.c
1712
IPPORT_RESERVED) {
usr.sbin/inetd/inetd.c
471
if (port < IPPORT_RESERVED || port == NFS_PORT)
usr.sbin/lpr/common_source/common.c
116
int s, lport = IPPORT_RESERVED - 1;
usr.sbin/portmap/portmap.c
345
if ((reg.pm_port < IPPORT_RESERVED ||
usr.sbin/portmap/portmap.c
347
htons(fromsin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/portmap/portmap.c
404
if ((pml->pml_map.pm_port < IPPORT_RESERVED ||
usr.sbin/portmap/portmap.c
406
htons(fromsin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypbind/ypbind.c
239
if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypbind/ypbind.c
969
if (insecure == 0 && ntohs(raddrp->sin_port) >= IPPORT_RESERVED)
usr.sbin/ypbind/ypbind.c
999
if (ypserv_tcp >= IPPORT_RESERVED || ypserv_tcp == 20)
usr.sbin/ypserv/yppush/yppush.c
167
if (transp->xp_port >= IPPORT_RESERVED) {
usr.sbin/ypserv/ypserv/ypserv.c
481
if (transp->xp_port >= IPPORT_RESERVED) {
usr.sbin/ypserv/ypserv/ypserv.c
508
if (transp->xp_port >= IPPORT_RESERVED) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
156
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
187
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
220
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
252
ntohs(caller->sin_port) >= IPPORT_RESERVED) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
294
if (ntohs(caller->sin_port) >= IPPORT_RESERVED)
usr.sbin/ypserv/ypserv/ypserv_proc.c
332
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
373
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
419
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
628
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
677
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
727
if (secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED)) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
779
if (!(secure && (ntohs(caller->sin_port) >= IPPORT_RESERVED))) {
usr.sbin/ypserv/ypserv/ypserv_proc.c
817
if (ntohs(caller->sin_port) >= IPPORT_RESERVED)
usr.sbin/ypserv/ypserv/ypserv_proc.c
862
if (ntohs(caller->sin_port) >= IPPORT_RESERVED)
usr.sbin/ypserv/ypserv/ypserv_proc.c
907
if (ntohs(caller->sin_port) >= IPPORT_RESERVED)
usr.sbin/ypserv/ypxfr/ypxfr.c
443
if (srvport >= IPPORT_RESERVED)