Searched refs:PPP_ESCAPE (Results 1 – 8 of 8) sorted by relevance
130 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
753 *((u_char*)nb->payload + nb->len++) = PPP_ESCAPE; in pppAppend()1802 if (curChar == PPP_ESCAPE) { in pppInProc()
260 } else if (c == PPP_ESCAPE) {
512 if (cur_char == PPP_ESCAPE) { in pppos_input()847 *((u8_t*)nb->payload + nb->len++) = PPP_ESCAPE; in pppos_output_append()
495 if (cur_char == PPP_ESCAPE) { in pppos_input()827 *((u8_t*)nb->payload + nb->len++) = PPP_ESCAPE; in pppos_output_append()
87 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
83 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
Completed in 17 milliseconds