Searched refs:HDLC_ESC (Results 1 - 2 of 2) sorted by relevance

/external/libppp/src/
H A Dasync.c90 || (c == HDLC_ESC) || (c == HDLC_SYN)) {
91 *wp++ = HDLC_ESC;
95 *wp++ = HDLC_ESC;
164 case HDLC_ESC:
H A Dhdlc.h35 #define HDLC_ESC 0x7d /* Escape character */ macro

Completed in 47 milliseconds