Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c184 #define RANGECHK(var, min, max) \ macro
212 RANGECHK(new_value, 1, IPPORT_RESERVED - 1);
214 RANGECHK(new_value, IPPORT_RESERVED, USHRT_MAX);
229 #undef RANGECHK