Searched refs:PPP_ALLSTATIONS (Results 1 – 7 of 7) sorted by relevance
56 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
981 if (c != PPP_ALLSTATIONS) {988 *sc->sc_mp++ = PPP_ALLSTATIONS;
739 address = PPP_ALLSTATIONS;1080 if (sc->sc_flags & SC_COMP_AC && address == PPP_ALLSTATIONS &&1081 control == PPP_UI && protocol != PPP_ALLSTATIONS &&
154 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro500 ht.address = PPP_ALLSTATIONS; in sppp_input()509 case PPP_ALLSTATIONS: in sppp_input()747 h->address = PPP_ALLSTATIONS; /* broadcast address */ in sppp_output()1233 h->address = PPP_ALLSTATIONS; /* broadcast address */ in sppp_cp_send()3805 h->address = PPP_ALLSTATIONS; /* broadcast address */ in sppp_auth_send()
117 u_int8_t hdr[2] = { PPP_ALLSTATIONS, PPP_UI }; in bpf_to_ppp()
418 PUTCHAR(PPP_ALLSTATIONS, p); \
1318 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {