Home
last modified time | relevance | path

Searched refs:IPPORT_RESERVED (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Din.h287 #ifndef IPPORT_RESERVED
288 #define IPPORT_RESERVED __DARWIN_IPPORT_RESERVED macro
H A Din_pcb.c177 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()
/xnu-11417.140.69/bsd/nfs/
H A Dnfs_syscalls.c1088 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) { in nfssvc_nfsd()