Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/
Dslipif.c73 #define SLIP_ESC 0xDB /* 0333: escape start (one byte escaped data follows) */ macro
140 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()