Searched defs:pppoe_softc (Results 1 – 3 of 3) sorted by relevance
139 struct pppoe_softc { struct140 struct pppoe_softc *next; argument141 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 …]
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 …]
147 struct pppoe_softc { struct148 struct pppoe_softc *next; argument149 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