Searched refs:PPP_ALLSTATIONS (Results 1 – 7 of 7) sorted by relevance
71 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
897 address = PPP_ALLSTATIONS; in pppoutput()913 address = PPP_ALLSTATIONS; /*XXX*/ in pppoutput()1242 if (sc->sc_flags & SC_COMP_AC && address == PPP_ALLSTATIONS && in ppp_dequeue()1243 control == PPP_UI && protocol != PPP_ALLSTATIONS && in ppp_dequeue()
972 if (c != PPP_ALLSTATIONS) { in pppinput()979 *sc->sc_mp++ = PPP_ALLSTATIONS; in pppinput()
673 case PPP_ALLSTATIONS: in sppp_input()936 h->address = PPP_ALLSTATIONS; /* broadcast address */ in sppp_output()1409 h->address = PPP_ALLSTATIONS; /* broadcast address */ in sppp_cp_send()5292 h->address = PPP_ALLSTATIONS; /* broadcast address */ in sppp_auth_send()
544 PUTCHAR(PPP_ALLSTATIONS, p); \
447 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) { in format_packet()
394 case PPP_ALLSTATIONS: in m_examine_ppp()