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

  /bionic/libc/kernel/common/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /development/ndk/platforms/android-3/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /external/ppp/pppd/include/net/
ppp_defs.h 69 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /external/kernel-headers/original/linux/
ppp_defs.h 59 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
  /external/ppp/pppd/
pppd.h 776 PUTCHAR(PPP_ALLSTATIONS, p); \
    [all...]
utils.c 490 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
sys-linux.c 1090 *buf++ = PPP_ALLSTATIONS;
    [all...]

Completed in 5315 milliseconds