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

/freebsd-11-stable/usr.sbin/ppp/
H A Dasync.c92 || (c == HDLC_ESC) || (c == HDLC_SYN)) {
124 *cp++ = HDLC_SYN;
136 *cp++ = HDLC_SYN;
153 if ((async->mode & MODE_HUNT) && c != HDLC_SYN)
157 case HDLC_SYN:
H A Dhdlc.h36 #define HDLC_SYN 0x7e /* SYNC character */ macro
H A Dtty.c313 hot = HDLC_SYN;

Completed in 124 milliseconds