Searched refs:SLIP_ESC (Results 1 – 1 of 1) sorted by relevance
73 #define SLIP_ESC 0xDB /* 0333: escape start (one byte escaped data follows) */ macro140 sio_send(SLIP_ESC, priv->sd); in slipif_output()143 case SLIP_ESC: in slipif_output()145 sio_send(SLIP_ESC, priv->sd); in slipif_output()235 case SLIP_ESC: in slipif_rxbyte()250 c = SLIP_ESC; in slipif_rxbyte()