Searched refs:SLIP_ESC (Results 1 – 2 of 2) sorted by relevance
12 #define SLIP_ESC 0333 /* indicates byte stuffing */ macro27 case SLIP_ESC: in slip_unesc()33 c = SLIP_ESC; in slip_unesc()68 *ptr++ = SLIP_ESC; in slip_esc()71 case SLIP_ESC: in slip_esc()72 *ptr++ = SLIP_ESC; in slip_esc()
51 #define SLIP_ESC 0xdb macro520 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte()523 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { in h5_unslip_one_byte()653 const char esc_delim[2] = { SLIP_ESC, SLIP_ESC_DELIM }; in h5_slip_one_byte()654 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; in h5_slip_one_byte()660 case SLIP_ESC: in h5_slip_one_byte()