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

12

  /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 240 milliseconds

12