Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp.c210 ext_accm outACCM; /* Async-Ctl-Char-Map for output. */ member
574 pc->outACCM[15] = 0x60; in pppOverSerialOpen()
733 pppAppend(u_char c, struct pbuf *nb, ext_accm *outACCM) in pppAppend() argument
752 if (outACCM && ESCAPE_P(*outACCM, c)) { in pppAppend()
899 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM); in pppifOutput()
901 tailMB = pppAppend(PPP_UI, tailMB, &pc->outACCM); in pppifOutput()
906 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput()
910 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput()
926 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput()
932 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput()
[all …]