HomeSort by relevance Sort by last modified time
    Searched refs:BSD_MAX_BITS (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h 177 #define BSD_MAX_BITS 15 /* largest code size supported */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 177 #define BSD_MAX_BITS 15 /* largest code size supported */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 177 #define BSD_MAX_BITS 15 /* largest code size supported */
  /external/ppp/pppd/include/net/
ppp-comp.h 147 #define BSD_MAX_BITS 15 /* largest 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);
376 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
378 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
    [all...]

Completed in 22 milliseconds