Home
last modified time | relevance | path

Searched refs:pppoe_create (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/netif/
Dppp_oe.h174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create() function
Dppp.c635 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen()