Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp_impl.h128 #define PPP_UI 0x03 /* Unnumbered Information */ macro
227 PUTCHAR(PPP_UI, p); \
Dppp.c900 fcsOut = PPP_FCS(fcsOut, PPP_UI); in pppifOutput()
901 tailMB = pppAppend(PPP_UI, tailMB, &pc->outACCM); in pppifOutput()
1903 if (curChar == PPP_UI) { in pppInProc()