Home | History | Annotate | Download | only in pppd

Lines Matching refs:bit_count

2085 	    int bit_count;
2088 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
2089 if (bit_count <= 0 || bit_count > 32) {
2094 bit_count = 32 - bit_count; /* # bits in host part */
2104 mask <<= bit_count;