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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c139 #define RANGECHK(var, min, max) \ macro
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);
160 #undef RANGECHK macro

Completed in 65 milliseconds