Searched refs:HDLC_ESC (Results 1 – 2 of 2) sorted by relevance
92 || (c == HDLC_ESC) || (c == HDLC_SYN)) { in async_Encode()93 *wp++ = HDLC_ESC; in async_Encode()97 *wp++ = HDLC_ESC; in async_Encode()166 case HDLC_ESC: in async_Decode()
37 #define HDLC_ESC 0x7d /* Escape character */ macro