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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dasync.c90 || (c == HDLC_ESC) || (c == HDLC_SYN)) {
122 *cp++ = HDLC_SYN;
134 *cp++ = HDLC_SYN;
151 if ((async->mode & MODE_HUNT) && c != HDLC_SYN)
155 case HDLC_SYN:
H A Dhdlc.h34 #define HDLC_SYN 0x7e /* SYNC character */ macro
H A Dtty.c311 hot = HDLC_SYN;

Completed in 58 milliseconds