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

12

/freebsd-10.0-release/lib/librpcsvc/
H A Dyp_passwd.c73 if (rval == 0 || rval >= IPPORT_RESERVED) {
/freebsd-10.0-release/bin/date/
H A Dnetdate.c95 for (port = IPPORT_RESERVED - 1; port > IPPORT_RESERVED / 2; port--) {
105 if (port == IPPORT_RESERVED / 2) {
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbindresvport.c46 #define ENDPORT (IPPORT_RESERVED - 1)
H A Drresvport.c89 if (*alport < IPPORT_RESERVED - 1) {
/freebsd-10.0-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c133 port = IPPORT_RESERVED;
139 } while (rc < 0 && (int) port > IPPORT_RESERVED / 2);
265 if ((*nfs_portp = (*nfs_xprtp)->xp_port) >= IPPORT_RESERVED) {
520 if (autofs_xprt->xp_port >= IPPORT_RESERVED) {
/freebsd-10.0-release/libexec/rshd/
H A Drshd.c253 if (srcport >= IPPORT_RESERVED ||
254 srcport < IPPORT_RESERVED/2) {
280 int lport = IPPORT_RESERVED - 1;
286 if (port >= IPPORT_RESERVED ||
287 port < IPPORT_RESERVED/2) {
/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dcmds.c519 for (port = IPPORT_RESERVED - 1; port > IPPORT_RESERVED / 2; port--) {
529 if (port == IPPORT_RESERVED / 2) {
/freebsd-10.0-release/sys/nfs/
H A Dkrpc_subr.c259 tport = IPPORT_RESERVED;
265 tport > IPPORT_RESERVED / 2);
/freebsd-10.0-release/lib/libc/net/
H A Drcmd.c152 for (timo = 1, lport = IPPORT_RESERVED - 1;;) {
287 if (aport >= IPPORT_RESERVED || aport < IPPORT_RESERVED / 2) {
/freebsd-10.0-release/contrib/amd/fixmount/
H A Dfixmount.c501 for (alport = IPPORT_RESERVED - 1; alport > IPPORT_RESERVED / 2 + 1; alport--) {
/freebsd-10.0-release/libexec/rlogind/
H A Drlogind.c226 fromp->su_port >= IPPORT_RESERVED ||
227 fromp->su_port < IPPORT_RESERVED/2) {
/freebsd-10.0-release/libexec/ypxfr/
H A Dypxfr_main.c350 if (remoteport >= IPPORT_RESERVED) {
413 if (remoteport >= IPPORT_RESERVED) {
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c106 VNET_DEFINE(int, ipport_lowfirstauto) = IPPORT_RESERVED - 1; /* 1023 */
118 VNET_DEFINE(int, ipport_reservedhigh) = IPPORT_RESERVED - 1; /* 1023 */
153 RANGECHK(V_ipport_lowfirstauto, 1, IPPORT_RESERVED - 1);
154 RANGECHK(V_ipport_lowlastauto, 1, IPPORT_RESERVED - 1);
155 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX);
156 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX);
157 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX);
158 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX);
H A Din.h310 * Ports < IPPORT_RESERVED are reserved for
313 #define IPPORT_RESERVED 1024 macro
328 * Scanning for a free reserved port return a value below IPPORT_RESERVED,
/freebsd-10.0-release/contrib/amd/amd/
H A Dnfs_prot_svc.c127 ntohs(sinp->sin_port) >= IPPORT_RESERVED &&
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dnet.c92 int s, timo = 1, lport = IPPORT_RESERVED - 1;
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Dsecurity.c140 (ntohs(sin->sin_port) < IPPORT_RESERVED));
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_access.c267 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_irc.c359 org_port < IPPORT_RESERVED)
H A Dalias_ftp.c657 if (la->true_port < IPPORT_RESERVED)
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c173 if (port >= IPPORT_RESERVED &&
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_srvkrpc.c313 if (port >= IPPORT_RESERVED &&
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dconf.c429 minport = strsuftollx("minport", arg, IPPORT_RESERVED,
436 maxport = strsuftollx("maxport", p, IPPORT_RESERVED,
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drshd.c549 return ntohs(port) < IPPORT_RESERVED;
645 int priv_port = IPPORT_RESERVED - 1;
/freebsd-10.0-release/usr.sbin/ypbind/
H A Dypbind.c266 if (ntohs(fromsin->sin_port) >= IPPORT_RESERVED) {
848 if ((ypsecuremode && (ntohs(raddrp->sin_port) >= IPPORT_RESERVED))) {

Completed in 308 milliseconds

12