Searched refs:pppoe_create (Results 1 – 3 of 3) sorted by relevance
| /lib/liblwip/src/include/netif/ |
| D | ppp_oe.h | 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create() function
|
| D | ppp.c | 645 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen()
|