Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dasync.c90 || (c == HDLC_ESC) || (c == HDLC_SYN)) { in async_Encode()
91 *wp++ = HDLC_ESC; in async_Encode()
95 *wp++ = HDLC_ESC; in async_Encode()
160 case HDLC_ESC: in async_Decode()
H A Dhdlc.h36 #define HDLC_ESC 0x7d /* Escape character */ macro