Home
last modified time | relevance | path

Searched refs:HDLC_SYN (Results 1 – 3 of 3) sorted by relevance

/external/libppp/src/
Dasync.c90 || (c == HDLC_ESC) || (c == HDLC_SYN)) { in async_Encode()
122 *cp++ = HDLC_SYN; in async_LayerPush()
134 *cp++ = HDLC_SYN; in async_LayerPush()
151 if ((async->mode & MODE_HUNT) && c != HDLC_SYN) in async_Decode()
155 case HDLC_SYN: in async_Decode()
Dhdlc.h34 #define HDLC_SYN 0x7e /* SYNC character */ macro
Dtty.c311 hot = HDLC_SYN; in LoadLineDiscipline()