Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/
Dslipif.c73 #define SLIP_ESC_ESC 0xDD /* 0335: following escape: original byte is 0xDB (ESC) */ macro
147 sio_send(SLIP_ESC_ESC, priv->sd); in slipif_output()
210 case SLIP_ESC_ESC: in slipif_rxbyte()