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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c127 int ipport_lowfirstauto = IPPORT_RESERVED - 1; /* 1023 */
130 int ipport_firstauto = IPPORT_RESERVED; /* 1024 */
150 RANGECHK(ipport_lowfirstauto, 1, IPPORT_RESERVED - 1);
151 RANGECHK(ipport_lowlastauto, 1, IPPORT_RESERVED - 1);
152 RANGECHK(ipport_firstauto, IPPORT_RESERVED, USHRT_MAX);
153 RANGECHK(ipport_lastauto, IPPORT_RESERVED, USHRT_MAX);
154 RANGECHK(ipport_hifirstauto, IPPORT_RESERVED, USHRT_MAX);
155 RANGECHK(ipport_hilastauto, IPPORT_RESERVED, USHRT_MAX);
495 if (ntohs(lport) < IPPORT_RESERVED) {
H A Din.h237 * The default range is IPPORT_RESERVED through
281 * Ports < IPPORT_RESERVED are reserved for
286 #ifndef IPPORT_RESERVED
287 #define IPPORT_RESERVED __DARWIN_IPPORT_RESERVED macro
298 * Scanning for a free reserved port return a value below IPPORT_RESERVED,
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c274 tport = IPPORT_RESERVED;
280 tport > IPPORT_RESERVED / 2);
H A Dnfs_syscalls.c1059 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) {

Completed in 21 milliseconds