OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSD_MIN_BITS
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h
176
#define
BSD_MIN_BITS
9 /* smallest code size supported */
/external/ppp/pppd/include/net/
ppp-comp.h
146
#define
BSD_MIN_BITS
9 /* smallest code size supported */
/external/ppp/pppd/
ccp.c
277
if ((rbits != 0 && (rbits <
BSD_MIN_BITS
|| rbits > BSD_MAX_BITS))
278
|| (abits != 0 && (abits <
BSD_MIN_BITS
|| abits > BSD_MAX_BITS))) {
280
BSD_MIN_BITS
, BSD_MAX_BITS);
631
opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION,
BSD_MIN_BITS
);
761
if (go->bsd_bits <
BSD_MIN_BITS
) {
[
all
...]
Completed in 16 milliseconds