Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dppp_defs.h56 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
Dppp_tty.c981 if (c != PPP_ALLSTATIONS) {
988 *sc->sc_mp++ = PPP_ALLSTATIONS;
Dif_ppp.c739 address = PPP_ALLSTATIONS;
1080 if (sc->sc_flags & SC_COMP_AC && address == PPP_ALLSTATIONS &&
1081 control == PPP_UI && protocol != PPP_ALLSTATIONS &&
Dif_spppsubr.c154 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
500 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()
/mirbsd/src/usr.sbin/pppoe/
Dcommon.c117 u_int8_t hdr[2] = { PPP_ALLSTATIONS, PPP_UI }; in bpf_to_ppp()
/mirbsd/src/usr.sbin/pppd/
Dpppd.h418 PUTCHAR(PPP_ALLSTATIONS, p); \
Dmain.c1318 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {