HomeSort by relevance Sort by last modified time
    Searched refs:HDLC_ESC (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
async.c 90 || (c == HDLC_ESC) || (c == HDLC_SYN)) {
91 *wp++ = HDLC_ESC;
95 *wp++ = HDLC_ESC;
164 case HDLC_ESC:
hdlc.h 35 #define HDLC_ESC 0x7d /* Escape character */

Completed in 1384 milliseconds