Home
last modified time | relevance | path

Searched refs:SLIP_ESC_ESC (Results 1 – 2 of 2) sorted by relevance

/linux/arch/um/drivers/
H A Dslip_common.h14 #define SLIP_ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */ macro
30 case SLIP_ESC_ESC: in slip_unesc()
73 *ptr++ = SLIP_ESC_ESC; in slip_esc()
/linux/drivers/bluetooth/
H A Dhci_h5.c53 #define SLIP_ESC_ESC 0xdd macro
533 case SLIP_ESC_ESC: in h5_unslip_one_byte()
654 const char esc_esc[2] = { SLIP_ESC, SLIP_ESC_ESC }; in h5_slip_one_byte()