Lines Matching defs:bits
149 int bits;
161 bits = 8;
164 bits = 16;
167 bits = 24;
169 bits = 32;
177 /* reduce bits to as close to natural number as possible */
178 if ((bits == 32) && (addr[0] < 224) && (addr[3] == 0)) {
181 bits = 8;
183 bits = 16;
185 bits = 24;
189 net_data->nww_last = (*nw->byaddr)(nw, addr, bits, AF_INET);
330 * bytes are in, zero out bits in the LSB that are not part of the network.