| /components/net/lwip/port/ |
| A D | ethernetif.c | 483 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 D | pppapi.h | 66 struct netif *ethif; member 114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
|
| A D | pppoe.h | 170 struct netif *ethif,
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | pppapi.h | 66 struct netif *ethif; member 114 ppp_pcb *pppapi_pppoe_create(struct netif *pppif, struct netif *ethif, const char *service_name,
|
| A D | pppoe.h | 166 struct netif *ethif,
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppapi.c | 173 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 D | pppoe.c | 172 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 D | pppapi.c | 173 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 D | pppoe.c | 172 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 D | ppp.h | 150 int pppOverEthernetOpen(struct netif *ethif, const char *service_name, const char *concentrator_nam…
|
| A D | ppp.c | 198 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 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()
|
| /components/net/lwip/lwip-1.4.1/src/include/netif/ |
| A D | ppp_oe.h | 174 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 D | ppp.txt | 225 * ethif, already existing and setup Ethernet interface to use 232 ðif,
|
| A D | rawapi.txt | 470 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 225 * ethif, already existing and setup Ethernet interface to use 232 ðif,
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 482 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
|