Searched refs:ethernetif_init (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | ethernetif.h | 20 err_t ethernetif_init(struct netif *netif);
|
A D | ethernetif.c | 297 err_t ethernetif_init(struct netif *netif) in ethernetif_init() function
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/ |
A D | lwip_netconf.c | 164 netif_add(&xnetif[idx], &ipaddr, &netmask, &gw, NULL, ðernetif_init, &tcpip_input); in LwIP_Init() 166 netif_add(&xnetif[idx], &ipaddr, &netmask, &gw, NULL, ðernetif_init, &tcpip_input); in LwIP_Init()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | ethernetif.c | 290 ethernetif_init(struct netif *netif)
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_lwip.c | 277 static err_t ethernetif_init(struct netif *netif) in ethernetif_init() function 388 netif_add(ð_lwip_netif, &ipaddr, &netmask, &gw, NULL, ethernetif_init, tcpip_input); in tcpip_init_done()
|
Completed in 11 milliseconds