HomeSort by relevance Sort by last modified time
    Searched refs:ethif (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/include/netif/
ppp_oe.h 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr);
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.c 196 struct netif *ethif; member in struct:PPPControl_s
359 if (pppControl[pd].ethif) {
386 if (pppControl[pd].ethif) {
598 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_name, void (*linkStatusCB)(void *ctx, int errCode, void *arg), void *linkStatusCtx)
620 pc->ethif = ethif;
635 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) {
661 if(pc->ethif) {
833 if(pc->ethif) {
1071 if(pc->ethif) {
    [all...]
ppp.h 401 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_name, void (*linkStatusCB)(void *ctx, int errCode, void *arg), void *linkStatusCtx);
ppp_oe.c 144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr)
160 sc->sc_ethif = ethif;
    [all...]

Completed in 292 milliseconds