Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dppp_defs.h71 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
Dif_ppp.c897 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()
Dppp_tty.c972 if (c != PPP_ALLSTATIONS) { in pppinput()
979 *sc->sc_mp++ = PPP_ALLSTATIONS; in pppinput()
Dif_spppsubr.c673 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()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dpppd-private.h544 PUTCHAR(PPP_ALLSTATIONS, p); \
Dutils.c447 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) { in format_packet()
/netbsd/src/sys/kern/
Duipc_mbufdebug.c394 case PPP_ALLSTATIONS: in m_examine_ppp()