/freebsd/lib/libnetbsd/netinet/ |
H A D | in.h | 67 #define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
|
/freebsd/lib/librpcsvc/ |
H A D | yp_passwd.c | 73 if (rval == 0 || rval >= IPPORT_RESERVED) { in _yppasswd()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | rresvport.c | 89 if (*alport < IPPORT_RESERVED - 1) { in rresvport_af()
|
H A D | bindresvport.c | 47 #define ENDPORT (IPPORT_RESERVED - 1)
|
/freebsd/sys/nfs/ |
H A D | krpc_subr.c | 257 tport = IPPORT_RESERVED; in krpc_call() 263 tport > IPPORT_RESERVED / 2); in krpc_call()
|
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_main.c | 350 if (remoteport >= IPPORT_RESERVED) { in main() 413 if (remoteport >= IPPORT_RESERVED) { in main()
|
/freebsd/lib/libc/net/ |
H A D | rcmd.c | 142 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 D | netdb.h | 144 #define IPPORT_RESERVED 1024 macro
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_access.c | 265 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
|
/freebsd/usr.sbin/rpcbind/ |
H A D | security.c | 138 (ntohs(sin->sin_port) < IPPORT_RESERVED)); in is_loopback()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | net.c | 90 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport()
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 120 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 D | in.h | 317 #define IPPORT_RESERVED 1024 macro
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-platform.cpp | 66 #define LOW_PORT (IPPORT_RESERVED)
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_irc.c | 355 org_port < IPPORT_RESERVED) in AliasHandleIrcOut()
|
H A D | alias_ftp.c | 645 if (la->true_port < IPPORT_RESERVED) in NewFtpMessage()
|
/freebsd/usr.sbin/ypbind/ |
H A D | ypbind.c | 266 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 D | rshd.c | 549 return ntohs(port) < IPPORT_RESERVED; in is_reserved() 645 int priv_port = IPPORT_RESERVED - 1; in doit()
|
H A D | rsh.c | 851 priv_port1 = priv_port2 = IPPORT_RESERVED-1; in main()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 52 #define IPPORT_RESERVED 0 macro
|
/freebsd/libexec/ftpd/ |
H A D | ftpcmd.y | 1637 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) || 1764 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 192 if (port >= IPPORT_RESERVED && in nfssvc_program()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | lpd.c | 786 if (atoi(serv) >= IPPORT_RESERVED) { in chkhost()
|
/freebsd/sbin/routed/ |
H A D | input.c | 475 if (ntohs(from->sin_port) > IPPORT_RESERVED) { in input()
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.c | 326 myaddr.sin_port = htons(IPPORT_RESERVED-1); in trace_loop()
|