Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppoe.h139 struct pppoe_softc { struct
140 struct pppoe_softc *next; argument
141 struct netif *sc_ethif; /* ethernet interface we are using */
142 ppp_pcb *pcb; /* PPP PCB */
144 struct eth_addr sc_dest; /* hardware address of concentrator */
145 u16_t sc_session; /* PPPoE session id */
146 u8_t sc_state; /* discovery phase or session connected */
153 u8_t sc_ac_cookie_len; /* length of cookie data */
156 u8_t sc_hunique_len; /* length of host unique */
158 u8_t sc_padi_retried; /* number of PADI retries already done */
[all …]
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dpppoe.h143 struct pppoe_softc { struct
144 struct pppoe_softc *next; argument
145 struct netif *sc_ethif; /* ethernet interface we are using */
146 ppp_pcb *pcb; /* PPP PCB */
148 struct eth_addr sc_dest; /* hardware address of concentrator */
149 u16_t sc_session; /* PPPoE session id */
150 u8_t sc_state; /* discovery phase or session connected */
157 u8_t sc_ac_cookie_len; /* length of cookie data */
160 u8_t sc_hunique_len; /* length of host unique */
162 u8_t sc_padi_retried; /* number of PADI retries already done */
[all …]
/components/net/lwip/lwip-1.4.1/src/include/netif/
A Dppp_oe.h147 struct pppoe_softc { struct
148 struct pppoe_softc *next; argument
149 struct netif *sc_ethif; /* ethernet interface we are using */
150 int sc_pd; /* ppp unit number */
174 …ate(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr); argument

Completed in 11 milliseconds