Searched defs:dc_max (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c47 ushort_t dc_max; /* maximum valid code */ member in struct:dsym_cat
504 if (code < entry->dc_min || code > entry->dc_max) {
879 *max = entry->dc_max;

Completed in 23 milliseconds