Home | History | Annotate | Download | only in pppd

Lines Matching refs:bit_count

1895 	    int bit_count;
1898 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1899 if (bit_count <= 0 || bit_count > 32) {
1904 bit_count = 32 - bit_count; /* # bits in host part */
1914 mask <<= bit_count;