Searched refs:SLIP_ESC (Results 1 – 2 of 2) sorted by relevance
11 #define SLIP_ESC 0333 /* indicates byte stuffing */ macro26 case SLIP_ESC: in slip_unesc()32 c = SLIP_ESC; in slip_unesc()67 *ptr++ = SLIP_ESC; in slip_esc()70 case SLIP_ESC: in slip_esc()71 *ptr++ = SLIP_ESC; in slip_esc()
57 #define SLIP_ESC 0xdb macro473 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte()476 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { in h5_unslip_one_byte()593 const char esc_delim[2] = { SLIP_ESC, SLIP_ESC_DELIM }; in h5_slip_one_byte()594 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; in h5_slip_one_byte()600 case SLIP_ESC: in h5_slip_one_byte()