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

/opensolaris-onvv-gate/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++)
H A Ddst_internal.h120 int dst_s_calculate_bits( const u_int8_t *str, const int max_bits);

Completed in 61 milliseconds