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

  /bionic/libc/kernel/uapi/linux/
ppp_defs.h 28 #define PPP_ALLSTATIONS 0xff
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
  /external/ppp/pppd/include/net/
ppp_defs.h 79 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
  /external/ppp/pppd/
pppd.h     [all...]
utils.c 483 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
sys-linux.c 1124 *buf++ = PPP_ALLSTATIONS;
    [all...]

Completed in 1194 milliseconds