Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h136 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
235 PUTCHAR(PPP_ALLSTATIONS, p); \
Dppp.c886 fcsOut = PPP_FCS(fcsOut, PPP_ALLSTATIONS); in pppifOutput()
887 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM); in pppifOutput()
1859 if (curChar != PPP_ALLSTATIONS) { in pppInProc()
1870 if (curChar == PPP_ALLSTATIONS) { in pppInProc()
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h29 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h75 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/external/ppp/pppd/
Dpppd.h806 PUTCHAR(PPP_ALLSTATIONS, p); \
Dutils.c483 if (len >= PPP_HDRLEN && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) {
Dsys-linux.c1124 *buf++ = PPP_ALLSTATIONS; in read_packet()