Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppos.h73 struct pppos_pcb_s { struct
75 ppp_pcb *ppp; /* PPP PCB */
76 pppos_output_cb_fn output_cb; /* PPP serial output callback */
83 u32_t last_xmit; /* Time of last transmission. */
84 ext_accm out_accm; /* Async-Ctl-Char-Map for output. */
87 unsigned int open :1; /* Set if PPPoS is open */
88 unsigned int pcomp :1; /* Does peer accept protocol compression? */
89 unsigned int accomp :1; /* Does peer accept addr/ctl compression? */
92 ext_accm in_accm; /* Async-Ctl-Char-Map for input. */
93 struct pbuf *in_head, *in_tail; /* The input packet. */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H 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 */
84 unsigned int pcomp :1; /* Does peer accept protocol compression? */
85 unsigned int accomp :1; /* Does peer accept addr/ctl compression? */
88 ext_accm in_accm; /* Async-Ctl-Char-Map for input. */
89 struct pbuf *in_head, *in_tail; /* The input packet. */
[all …]