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

  /bionic/libc/kernel/common/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 */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ppp_defs.h 23 #define PPP_ALLSTATIONS 0xff
  /ndk/build/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 800 milliseconds