Searched defs:pppoe_softc (Results 1 – 1 of 1) sorted by relevance
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