Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dasync.c91 c ^= HDLC_XOR; in async_Encode()
95 c ^= HDLC_XOR; in async_Encode()
179 c ^= HDLC_XOR; in async_Decode()
H A Dhdlc.h36 #define HDLC_XOR 0x20 /* Modifier value */ macro