Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c172 #define RANGECHK(var, min, max) \ macro
200 RANGECHK(new_value, 1, IPPORT_RESERVED - 1);
202 RANGECHK(new_value, IPPORT_RESERVED, USHRT_MAX);
217 #undef RANGECHK