Home
last modified time | relevance | path

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

12

/freebsd/lib/libnetbsd/netinet/
H A Din.h67 #define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
/freebsd/lib/librpcsvc/
H A Dyp_passwd.c73 if (rval == 0 || rval >= IPPORT_RESERVED) { in _yppasswd()
/freebsd/crypto/openssh/openbsd-compat/
H A Drresvport.c89 if (*alport < IPPORT_RESERVED - 1) { in rresvport_af()
H A Dbindresvport.c47 #define ENDPORT (IPPORT_RESERVED - 1)
/freebsd/sys/nfs/
H A Dkrpc_subr.c257 tport = IPPORT_RESERVED; in krpc_call()
263 tport > IPPORT_RESERVED / 2); in krpc_call()
/freebsd/libexec/ypxfr/
H A Dypxfr_main.c350 if (remoteport >= IPPORT_RESERVED) { in main()
413 if (remoteport >= IPPORT_RESERVED) { in main()
/freebsd/lib/libc/net/
H A Drcmd.c142 for (timo = 1, lport = IPPORT_RESERVED - 1;;) { in rcmd_af()
277 if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) { in rcmd_af()
/freebsd/include/
H A Dnetdb.h144 #define IPPORT_RESERVED 1024 macro
/freebsd/usr.sbin/ypserv/
H A Dyp_access.c265 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c138 (ntohs(sin->sin_port) < IPPORT_RESERVED)); in is_loopback()
/freebsd/usr.sbin/lpr/common_source/
H A Dnet.c90 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport()
/freebsd/sys/netinet/
H A Din_pcb.c120 VNET_DEFINE(int, ipport_lowfirstauto) = IPPORT_RESERVED - 1; /* 1023 */
132 VNET_DEFINE(int, ipport_reservedhigh) = IPPORT_RESERVED - 1; /* 1023 */
155 RANGECHK(V_ipport_lowfirstauto, 1, IPPORT_RESERVED - 1); in sysctl_net_ipport_check()
156 RANGECHK(V_ipport_lowlastauto, 1, IPPORT_RESERVED - 1); in sysctl_net_ipport_check()
157 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
158 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
159 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
160 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check()
H A Din.h317 #define IPPORT_RESERVED 1024 macro
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp66 #define LOW_PORT (IPPORT_RESERVED)
/freebsd/sys/netinet/libalias/
H A Dalias_irc.c355 org_port < IPPORT_RESERVED) in AliasHandleIrcOut()
H A Dalias_ftp.c645 if (la->true_port < IPPORT_RESERVED) in NewFtpMessage()
/freebsd/usr.sbin/ypbind/
H A Dypbind.c266 if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) { in ypbindproc_setdom_2_yp()
856 if ((ypsecuremode && (ntohs(raddrp->sin_port) >= IPPORT_RESERVED))) { in rpc_received()
/freebsd/crypto/heimdal/appl/rsh/
H A Drshd.c549 return ntohs(port) < IPPORT_RESERVED; in is_reserved()
645 int priv_port = IPPORT_RESERVED - 1; in doit()
H A Drsh.c851 priv_port1 = priv_port2 = IPPORT_RESERVED-1; in main()
/freebsd/crypto/openssh/
H A Ddefines.h52 #define IPPORT_RESERVED 0 macro
/freebsd/libexec/ftpd/
H A Dftpcmd.y1637 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
1764 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c192 if (port >= IPPORT_RESERVED && in nfssvc_program()
/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c786 if (atoi(serv) >= IPPORT_RESERVED) { in chkhost()
/freebsd/sbin/routed/
H A Dinput.c475 if (ntohs(from->sin_port) > IPPORT_RESERVED) { in input()
/freebsd/sbin/routed/rtquery/
H A Drtquery.c326 myaddr.sin_port = htons(IPPORT_RESERVED-1); in trace_loop()

12