Searched refs:PPP_ALLSTATIONS (Results 1 – 5 of 5) sorted by relevance
79 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
806 PUTCHAR(PPP_ALLSTATIONS, p); \
483 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
1124 *buf++ = PPP_ALLSTATIONS; in read_packet()