Home
last modified time | relevance | path

Searched refs:ethif (Results 1 – 17 of 17) sorted by relevance

/components/net/lwip/port/
A Dethernetif.c483 struct eth_device *ethif; in eth_netif_device_init() local
485 ethif = (struct eth_device*)netif->state; in eth_netif_device_init()
486 if (ethif != RT_NULL) in eth_netif_device_init()
496 device = (rt_device_t) ethif; in eth_netif_device_init()
507 netif->flags = (ethif->flags & 0xff); in eth_netif_device_init()
548 if (ethif->flags & ETHIF_LINK_PHYUP) in eth_netif_device_init()
671 struct eth_device *ethif; in af_unix_eth_netif_device_init() local
673 ethif = (struct eth_device*)netif->state; in af_unix_eth_netif_device_init()
674 if (ethif != RT_NULL) in af_unix_eth_netif_device_init()
684 device = (rt_device_t) ethif; in af_unix_eth_netif_device_init()
[all …]
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dpppapi.h66 struct netif *ethif; member
114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
A Dpppoe.h170 struct netif *ethif,
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppapi.h66 struct netif *ethif; member
114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
A Dpppoe.h166 struct netif *ethif,
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppapi.c173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create()
184 pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name, in pppapi_pppoe_create() argument
194 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.ethif = ethif; in pppapi_pppoe_create()
A Dpppoe.c172 struct netif *ethif, in pppoe_create() argument
195 sc->sc_ethif = ethif; in pppoe_create()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppapi.c173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create()
184 pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name, in pppapi_pppoe_create() argument
194 PPPAPI_VAR_REF(msg).msg.msg.ethernetcreate.ethif = ethif; in pppapi_pppoe_create()
A Dpppoe.c172 struct netif *ethif, in pppoe_create() argument
194 sc->sc_ethif = ethif; in pppoe_create()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp.h150 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_nam…
A Dppp.c198 struct netif *ethif; member
364 if (pppControl[pd].ethif) { in pppLinkTerminated()
393 if (pppControl[pd].ethif) { in pppLinkDown()
607 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_nam… in pppOverEthernetOpen() argument
630 pc->ethif = ethif; in pppOverEthernetOpen()
645 if(pppoe_create(ethif, pd, pppOverEthernetLinkStatusCB, &pc->pppoe_sc) != ERR_OK) { in pppOverEthernetOpen()
671 if(pc->ethif) { in pppClose()
845 if(pc->ethif) { in pppifOutput()
1083 if(pc->ethif) { in pppWrite()
A Dppp_oe.c144 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()
/components/net/lwip/lwip-1.4.1/src/include/netif/
A Dppp_oe.h174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt225 * ethif, already existing and setup Ethernet interface to use
232 &ethif,
A Drawapi.txt470 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt225 * ethif, already existing and setup Ethernet interface to use
232 &ethif,
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt482 E.g. when using the cs8900 driver, call cs8900if_service(ethif)

Completed in 29 milliseconds