Searched refs:SLIP_ESC (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/um/drivers/
H A Dslip_common.h11 #define SLIP_ESC 0333 /* indicates byte stuffing */ macro
26 case SLIP_ESC: slip_unesc()
32 c = SLIP_ESC; slip_unesc()
67 *ptr++ = SLIP_ESC; slip_esc()
70 case SLIP_ESC: slip_esc()
71 *ptr++ = SLIP_ESC; slip_esc()
/linux-4.1.27/drivers/bluetooth/
H A Dhci_h5.c57 #define SLIP_ESC 0xdb macro
473 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; h5_unslip_one_byte()
476 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { h5_unslip_one_byte()
593 const char esc_delim[2] = { SLIP_ESC, SLIP_ESC_DELIM }; h5_slip_one_byte()
594 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; h5_slip_one_byte()
600 case SLIP_ESC: h5_slip_one_byte()

Completed in 115 milliseconds