Searched defs:pppoe_softc (Results 1 – 1 of 1) sorted by relevance
169 struct pppoe_softc { struct171 LIST_ENTRY(pppoe_softc) sc_list; argument172 struct ifnet *sc_eth_if; /* ethernet interface we are using */174 uint64_t sc_id; /* id of this softc, our hunique */175 int sc_state; /* discovery phase or session connected */176 struct ether_addr sc_dest; /* hardware address of concentrator */177 uint16_t sc_session; /* PPPoE session id */179 char *sc_service_name; /* if != NULL: requested name of service */180 char *sc_concentrator_name; /* if != NULL: requested concentrator id */181 uint8_t *sc_ac_cookie; /* content of AC cookie we must echo back */[all …]