Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dasync.c92 c ^= HDLC_XOR; in async_Encode()
96 c ^= HDLC_XOR; in async_Encode()
176 c ^= HDLC_XOR; in async_Decode()
H A Dhdlc.h37 #define HDLC_XOR 0x20 /* Modifier value */ macro