ReactOS 0.4.16-dev-311-g9382aa2
slipif_priv Struct Reference
Collaboration diagram for slipif_priv:

Public Attributes

sio_fd_t sd
 
struct pbufp
 
struct pbufq
 
u8_t state
 
u16_t i
 
u16_t recved
 

Detailed Description

Definition at line 95 of file slipif.c.

Member Data Documentation

◆ i

u16_t slipif_priv::i

Definition at line 100 of file slipif.c.

Referenced by slipif_init(), and slipif_rxbyte().

◆ p

struct pbuf* slipif_priv::p

Definition at line 98 of file slipif.c.

Referenced by slipif_init(), and slipif_rxbyte().

◆ q

struct pbuf * slipif_priv::q

Definition at line 98 of file slipif.c.

Referenced by slipif_init(), and slipif_rxbyte().

◆ recved

u16_t slipif_priv::recved

Definition at line 100 of file slipif.c.

Referenced by slipif_init(), and slipif_rxbyte().

◆ sd

sio_fd_t slipif_priv::sd

Definition at line 96 of file slipif.c.

Referenced by slipif_init(), slipif_output(), and slipif_poll().

◆ state

u8_t slipif_priv::state

Definition at line 99 of file slipif.c.

Referenced by slipif_init(), and slipif_rxbyte().


The documentation for this struct was generated from the following file: