Searched refs:HDLC_ESC (Results 1 – 2 of 2) sorted by relevance
89 || (c == HDLC_ESC) || (c == HDLC_SYN)) { in async_Encode()90 *wp++ = HDLC_ESC; in async_Encode()94 *wp++ = HDLC_ESC; in async_Encode()163 case HDLC_ESC: in async_Decode()
35 #define HDLC_ESC 0x7d /* Escape character */ macro