Searched refs:INS_DLE_char (Results 1 – 2 of 2) sorted by relevance
93 if (inbuf->inputstate & INS_DLE_char) { in cmd_loop()95 inbuf->inputstate &= ~INS_DLE_char; in cmd_loop()99 inbuf->inputstate |= INS_DLE_char; in cmd_loop()160 if (inputstate & INS_DLE_char) { in hdlc_loop()162 inputstate &= ~INS_DLE_char; in hdlc_loop()165 inputstate |= INS_DLE_char; in hdlc_loop()181 if (inputstate & INS_DLE_char) { in hdlc_loop()183 inputstate &= ~INS_DLE_char; in hdlc_loop()188 INS_DLE_char | INS_byte_stuff; in hdlc_loop()306 if (inputstate & INS_DLE_char) { in iraw_loop()[all …]
216 #define INS_DLE_char 0x0002 /* DLE flag received (in DLE mode) */ macro