Searched refs:HDLC_ESC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dasync.c92 || (c == HDLC_ESC) || (c == HDLC_SYN)) {
93 *wp++ = HDLC_ESC;
97 *wp++ = HDLC_ESC;
166 case HDLC_ESC:
H A Dhdlc.h37 #define HDLC_ESC 0x7d /* Escape character */ macro

Completed in 78 milliseconds