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