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

  /bionic/libc/kernel/uapi/linux/
ppp-comp.h 39 #define BSD_CURRENT_VERSION 1
  /external/kernel-headers/original/uapi/linux/
ppp-comp.h 55 #define BSD_CURRENT_VERSION 1 /* current version number */
  /external/ppp/pppd/include/net/
ppp-comp.h 143 #define BSD_CURRENT_VERSION 1 /* current version number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp-comp.h 171 #define BSD_CURRENT_VERSION 1 /* current version number */
  /external/ppp/pppd/
ccp.c 631 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
756 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
774 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
858 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
964 if (BSD_VERSION(p[2]) != BSD_CURRENT_VERSION)
1035 if (p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
    [all...]

Completed in 111 milliseconds