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 */153 const char *sc_service_name; /* if != NULL: requested name of service */154 const char *sc_concentrator_name; /* if != NULL: requested concentrator id */156 u8_t sc_ac_cookie[PPPOE_MAX_AC_COOKIE_LEN]; /* content of AC cookie we must echo back */[all …]