ReactOS 0.4.16-dev-311-g9382aa2
|
Public Attributes | |
sio_fd_t | sd |
struct pbuf * | p |
struct pbuf * | q |
u8_t | state |
u16_t | i |
u16_t | recved |
u16_t slipif_priv::i |
Definition at line 100 of file slipif.c.
Referenced by slipif_init(), and slipif_rxbyte().
Definition at line 98 of file slipif.c.
Referenced by slipif_init(), and slipif_rxbyte().
Definition at line 98 of file slipif.c.
Referenced by slipif_init(), and slipif_rxbyte().
u16_t slipif_priv::recved |
Definition at line 100 of file slipif.c.
Referenced by slipif_init(), and slipif_rxbyte().
sio_fd_t slipif_priv::sd |
Definition at line 96 of file slipif.c.
Referenced by slipif_init(), slipif_output(), and slipif_poll().
u8_t slipif_priv::state |
Definition at line 99 of file slipif.c.
Referenced by slipif_init(), and slipif_rxbyte().