Home
last modified time | relevance | path

Searched refs:ethernetif_init (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dethernetif.h20 err_t ethernetif_init(struct netif *netif);
A Dethernetif.c297 err_t ethernetif_init(struct netif *netif) in ethernetif_init() function
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dlwip_netconf.c164 netif_add(&xnetif[idx], &ipaddr, &netmask, &gw, NULL, &ethernetif_init, &tcpip_input); in LwIP_Init()
166 netif_add(&xnetif[idx], &ipaddr, &netmask, &gw, NULL, &ethernetif_init, &tcpip_input); in LwIP_Init()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dethernetif.c290 ethernetif_init(struct netif *netif)
/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_lwip.c277 static err_t ethernetif_init(struct netif *netif) in ethernetif_init() function
388 netif_add(&eth_lwip_netif, &ipaddr, &netmask, &gw, NULL, ethernetif_init, tcpip_input); in tcpip_init_done()

Completed in 11 milliseconds