Searched refs:PPP_ESCAPE (Results 1 – 5 of 5) sorted by relevance
32 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
78 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
244 } else if (c == PPP_ESCAPE) {
139 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
741 *((u_char*)nb->payload + nb->len++) = PPP_ESCAPE; in pppAppend()1777 if (curChar == PPP_ESCAPE) { in pppInProc()