Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c180 #define RANGECHK(var, min, max) \ macro
208 RANGECHK(new_value, 1, IPPORT_RESERVED - 1);
210 RANGECHK(new_value, IPPORT_RESERVED, USHRT_MAX);
225 #undef RANGECHK