Searched defs:pppoe_softc (Results 1 – 1 of 1) sorted by relevance
143 struct pppoe_softc { struct144 struct pppoe_softc *next; argument145 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 …]