Searched refs:ethif (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.c | 196 struct netif *ethif; member 359 if (pppControl[pd].ethif) { in pppLinkTerminated() 386 if (pppControl[pd].ethif) { in pppLinkDown() 598 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_nam… in pppOverEthernetOpen() argument 620 pc->ethif = ethif; in pppOverEthernetOpen() 635 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen() 661 if(pc->ethif) { in pppClose() 833 if(pc->ethif) { in pppifOutput() 1071 if(pc->ethif) { in pppWrite()
|
D | ppp.h | 401 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_nam…
|
D | ppp_oe.c | 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc … in pppoe_create() argument 160 sc->sc_ethif = ethif; in pppoe_create()
|
/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/doc/ |
D | rawapi.txt | 476 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
|