Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppos.h69 struct pppos_pcb_s { struct
71 ppp_pcb *ppp; /* PPP PCB */
72 pppos_output_cb_fn output_cb; /* PPP serial output callback */
79 u32_t last_xmit; /* Time of last transmission. */
80 ext_accm out_accm; /* Async-Ctl-Char-Map for output. */
83 unsigned int open :1; /* Set if PPPoS is open */
88 ext_accm in_accm; /* Async-Ctl-Char-Map for input. */
89 struct pbuf *in_head, *in_tail; /* The input packet. */
90 u16_t in_protocol; /* The input protocol code. */
92 u8_t in_state; /* The input process state. */
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppos.h69 struct pppos_pcb_s { struct
71 ppp_pcb *ppp; /* PPP PCB */
72 pppos_output_cb_fn output_cb; /* PPP serial output callback */
79 u32_t last_xmit; /* Time of last transmission. */
80 ext_accm out_accm; /* Async-Ctl-Char-Map for output. */
83 unsigned int open :1; /* Set if PPPoS is open */
88 ext_accm in_accm; /* Async-Ctl-Char-Map for input. */
89 struct pbuf *in_head, *in_tail; /* The input packet. */
90 u16_t in_protocol; /* The input protocol code. */
92 u8_t in_state; /* The input process state. */
[all …]

Completed in 3 milliseconds