Searched refs:PPP_ESCAPE (Results 1 – 4 of 4) sorted by relevance
53 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro
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()
87 #define PPP_ESCAPE 0x7d /* Asynchronous Control Escape */ macro