Searched refs:outACCM (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.c | 208 ext_accm outACCM; /* Async-Ctl-Char-Map for output. */ member 565 pc->outACCM[15] = 0x60; in pppOverSerialOpen() 721 pppAppend(u_char c, struct pbuf *nb, ext_accm *outACCM) in pppAppend() argument 740 if (outACCM && ESCAPE_P(*outACCM, c)) { in pppAppend() 887 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM); in pppifOutput() 889 tailMB = pppAppend(PPP_UI, tailMB, &pc->outACCM); in pppifOutput() 894 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 898 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 914 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() 920 tailMB = pppAppend(c, tailMB, &pc->outACCM); in pppifOutput() [all …]
|