Searched refs:pppoe_create (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/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_…
|
/external/syslinux/core/lwip/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 | 635 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen()
|