Searched refs:INS_byte_stuff (Results 1 – 2 of 2) sorted by relevance
146 if (inputstate & INS_byte_stuff) { in hdlc_loop()149 inputstate &= ~INS_byte_stuff; in hdlc_loop()171 inputstate |= INS_byte_stuff; in hdlc_loop()185 INS_DLE_char | INS_byte_stuff; in hdlc_loop()
214 #define INS_byte_stuff 0x0004 macro