Home
last modified time | relevance | path

Searched refs:PPP_ALLSTATIONS (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/include/net/
Dppp_defs.h69 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/external/kernel-headers/original/linux/
Dppp_defs.h59 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/external/ppp/pppd/
Dpppd.h776 PUTCHAR(PPP_ALLSTATIONS, p); \
Dutils.c490 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
Dsys-linux.c1090 *buf++ = PPP_ALLSTATIONS; in read_packet()