Home
last modified time | relevance | path

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

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