Searched refs:IPPORT_RESERVED (Results 1 – 3 of 3) sorted by relevance
287 #ifndef IPPORT_RESERVED288 #define IPPORT_RESERVED __DARWIN_IPPORT_RESERVED macro
177 int ipport_lowfirstauto = IPPORT_RESERVED - 1; /* 1023 */212 RANGECHK(new_value, 1, IPPORT_RESERVED - 1);214 RANGECHK(new_value, IPPORT_RESERVED, USHRT_MAX);1030 if (ntohs(lport) < IPPORT_RESERVED && in in_pcbbind()
1086 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) { in nfssvc_nfsd()