Home
last modified time | relevance | path

Searched refs:IPPORT_RESERVED (Results 1 – 22 of 22) sorted by relevance

/dragonfly/lib/librpcsvc/
H A Dyp_passwd.c73 if (rval == 0 || rval >= IPPORT_RESERVED) { in _yppasswd()
/dragonfly/sys/vfs/nfs/
H A Dkrpc_subr.c256 tport = IPPORT_RESERVED; in krpc_call()
262 tport > IPPORT_RESERVED / 2); in krpc_call()
H A Dnfs_subs.c1251 ntohs(saddr->sin_port) >= IPPORT_RESERVED) { in nfsrv_fhtovp()
H A Dnfs_syscalls.c643 if (port >= IPPORT_RESERVED && in nfssvc_nfsd()
/dragonfly/sys/netinet/
H A Din_pcb.c115 int ipport_lowfirstauto = IPPORT_RESERVED - 1; /* 1023 */
118 int ipport_firstauto = IPPORT_RESERVED; /* 1024 */
145 RANGECHK(ipport_lowfirstauto, 1, IPPORT_RESERVED - 1); in sysctl_net_ipport_check()
146 RANGECHK(ipport_lowlastauto, 1, IPPORT_RESERVED - 1); in sysctl_net_ipport_check()
148 RANGECHK(ipport_firstauto, IPPORT_RESERVED, USHRT_MAX); in sysctl_net_ipport_check()
149 RANGECHK(ipport_lastauto, IPPORT_RESERVED, USHRT_MAX); in sysctl_net_ipport_check()
151 RANGECHK(ipport_hifirstauto, IPPORT_RESERVED, USHRT_MAX); in sysctl_net_ipport_check()
152 RANGECHK(ipport_hilastauto, IPPORT_RESERVED, USHRT_MAX); in sysctl_net_ipport_check()
668 if (ntohs(lport) < IPPORT_RESERVED && cred && in in_pcbbind()
H A Din.h266 #define IPPORT_RESERVED 1024 macro
/dragonfly/lib/libc/net/
H A Drcmd.c142 for (timo = 1, lport = IPPORT_RESERVED - 1;;) { in rcmd_af()
275 if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) { in rcmd_af()
/dragonfly/libexec/ypxfr/
H A Dypxfr_main.c352 if (remoteport >= IPPORT_RESERVED) { in main()
414 if (remoteport >= IPPORT_RESERVED) { in main()
/dragonfly/usr.sbin/rpcbind/
H A Dsecurity.c140 (ntohs(sin->sin_port) < IPPORT_RESERVED)); in is_loopback()
/dragonfly/usr.sbin/ypserv/
H A Dyp_access.c259 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
/dragonfly/usr.sbin/lpr/common_source/
H A Dnet.c88 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport()
/dragonfly/lib/libalias/
H A Dalias_irc.c243 org_port < IPPORT_RESERVED) in AliasHandleIrcOut()
H A Dalias_ftp.c466 if (true_port < IPPORT_RESERVED) in NewFtpMessage()
/dragonfly/usr.sbin/ypbind/
H A Dypbind.c261 if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) { in ypbindproc_setdom_2_yp()
836 if ((ypsecuremode && (ntohs(raddrp->sin_port) >= IPPORT_RESERVED))) { in rpc_received()
/dragonfly/crypto/openssh/
H A Ddefines.h52 #define IPPORT_RESERVED 0 macro
H A Dserverloop.c111 if (port < IPPORT_RESERVED && uid != 0) in bind_permitted()
/dragonfly/libexec/ftpd/
H A Dftpcmd.y1668 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
1795 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
/dragonfly/usr.sbin/lpr/lpd/
H A Dlpd.c782 if (atoi(serv) >= IPPORT_RESERVED) { in chkhost()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c313 myaddr.sin_port = htons(IPPORT_RESERVED-1); in trace_loop()
/dragonfly/sbin/mountd/
H A Dmountd.c783 if (sport >= IPPORT_RESERVED && resvport_only) { in mntsrv()
880 if (sport >= IPPORT_RESERVED && resvport_only) { in mntsrv()
909 if (sport >= IPPORT_RESERVED && resvport_only) { in mntsrv()
/dragonfly/sbin/routed/
H A Dinput.c450 if (ntohs(from->sin_port) > IPPORT_RESERVED) { in input()
/dragonfly/lib/libc/yp/
H A Dyplib.c468 if (ntohs(clnt_sin.sin_port) >= IPPORT_RESERVED) { in _yp_dobind()