Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp_impl.h127 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
226 PUTCHAR(PPP_ALLSTATIONS, p); \
Dppp.c898 fcsOut = PPP_FCS(fcsOut, PPP_ALLSTATIONS); in pppifOutput()
899 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM); in pppifOutput()
1884 if (curChar != PPP_ALLSTATIONS) { in pppInProc()
1895 if (curChar == PPP_ALLSTATIONS) { in pppInProc()