Home
last modified time | relevance | path

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

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