Searched refs:IPPORT_RESERVED (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/lib/libnetbsd/netinet/
H A Din.h39 * Ports < IPPORT_RESERVED are reserved for privileged processes (e.g. root),
67 #define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
/freebsd-current/lib/librpcsvc/
H A Dyp_passwd.c73 if (rval == 0 || rval >= IPPORT_RESERVED) {
/freebsd-current/crypto/openssh/openbsd-compat/
H A Drresvport.c89 if (*alport < IPPORT_RESERVED - 1) {
H A Dbindresvport.c47 #define ENDPORT (IPPORT_RESERVED - 1)
/freebsd-current/include/
H A Dnetdb.h144 #define IPPORT_RESERVED 1024 macro
/freebsd-current/sys/nfs/
H A Dkrpc_subr.c257 tport = IPPORT_RESERVED;
263 tport > IPPORT_RESERVED / 2);
/freebsd-current/lib/libc/net/
H A Drcmd.c142 for (timo = 1, lport = IPPORT_RESERVED - 1;;) {
277 if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) {
/freebsd-current/libexec/ypxfr/
H A Dypxfr_main.c350 if (remoteport >= IPPORT_RESERVED) {
413 if (remoteport >= IPPORT_RESERVED) {
/freebsd-current/usr.sbin/rpcbind/
H A Dsecurity.c138 (ntohs(sin->sin_port) < IPPORT_RESERVED));
/freebsd-current/usr.sbin/ypserv/
H A Dyp_access.c265 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
/freebsd-current/usr.sbin/lpr/common_source/
H A Dnet.c90 int s, timo = 1, lport = IPPORT_RESERVED - 1;
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp66 #define LOW_PORT (IPPORT_RESERVED)
/freebsd-current/sys/netinet/libalias/
H A Dalias_irc.c355 org_port < IPPORT_RESERVED)
H A Dalias_ftp.c645 if (la->true_port < IPPORT_RESERVED)
/freebsd-current/sys/netinet/
H A Din.h314 * Ports < IPPORT_RESERVED are reserved for
317 #define IPPORT_RESERVED 1024 macro
332 * Scanning for a free reserved port return a value below IPPORT_RESERVED,
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);
156 RANGECHK(V_ipport_lowlastauto, 1, IPPORT_RESERVED - 1);
157 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX);
158 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX);
159 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX);
160 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX);
/freebsd-current/crypto/heimdal/appl/rsh/
H A Drshd.c549 return ntohs(port) < IPPORT_RESERVED;
645 int priv_port = IPPORT_RESERVED - 1;
/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c266 if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
856 if ((ypsecuremode && (ntohs(raddrp->sin_port) >= IPPORT_RESERVED))) {
/freebsd-current/crypto/openssh/
H A Ddefines.h52 #define IPPORT_RESERVED 0 macro
/freebsd-current/sbin/routed/
H A Dinput.c475 if (ntohs(from->sin_port) > IPPORT_RESERVED) {
/freebsd-current/sbin/routed/rtquery/
H A Drtquery.c326 myaddr.sin_port = htons(IPPORT_RESERVED-1);
/freebsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c786 if (atoi(serv) >= IPPORT_RESERVED) {
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c192 if (port >= IPPORT_RESERVED &&
/freebsd-current/libexec/ftpd/
H A Dftpcmd.y1637 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
1764 ((ntohs(data_dest.su_port) < IPPORT_RESERVED) ||
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y159 (socket_get_port(data_dest) < IPPORT_RESERVED) ||

Completed in 457 milliseconds

12