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

/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c74 * max_bits The maximum possible significant bits.
80 dst_s_calculate_bits(const u_char *str, const int max_bits) argument
85 for (bits = max_bits; *p == 0x00 && bits > 0; p++)

Completed in 227 milliseconds