Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c176 #define RANGECHK(var, min, max) \ macro
204 RANGECHK(new_value, 1, IPPORT_RESERVED - 1);
206 RANGECHK(new_value, IPPORT_RESERVED, USHRT_MAX);
221 #undef RANGECHK