Searched refs:SLIP_ESC (Results 1 – 1 of 1) sorted by relevance
53 #define SLIP_ESC 0xdb macro543 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte()546 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { in h5_unslip_one_byte()675 const char esc_delim[2] = { SLIP_ESC, SLIP_ESC_DELIM }; in h5_slip_one_byte()676 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; in h5_slip_one_byte()682 case SLIP_ESC: in h5_slip_one_byte()