Home
last modified time | relevance | path

Searched defs:PPPControlRx_s (Results 1 – 1 of 1) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dppp.c169 typedef struct PPPControlRx_s { struct
171 int pd;
173 sio_fd_t fd;
176 u_char rxbuf[PPPOS_RX_BUFSIZE];
180 struct pbuf *inHead, *inTail;
183 u16_t inProtocol; /* The input protocol code. */
184 u16_t inFCS; /* Input Frame Check Sequence value. */
186 PPPDevStates inState; /* The input process state. */
187 char inEscaped; /* Escape next character. */
188 ext_accm inACCM; /* Async-Ctl-Char-Map for input. */