Searched refs:INS_DLE_char (Results 1 – 2 of 2) sorted by relevance
90 if (inbuf->inputstate & INS_DLE_char) { in cmd_loop()92 inbuf->inputstate &= ~INS_DLE_char; in cmd_loop()96 inbuf->inputstate |= INS_DLE_char; in cmd_loop()157 if (inputstate & INS_DLE_char) { in hdlc_loop()159 inputstate &= ~INS_DLE_char; in hdlc_loop()162 inputstate |= INS_DLE_char; in hdlc_loop()178 if (inputstate & INS_DLE_char) { in hdlc_loop()180 inputstate &= ~INS_DLE_char; in hdlc_loop()185 INS_DLE_char | INS_byte_stuff; in hdlc_loop()303 if (inputstate & INS_DLE_char) { in iraw_loop()[all …]
213 #define INS_DLE_char 0x0002 /* DLE flag received (in DLE mode) */ macro