Searched refs:NET_IF_NUM (Results 1 – 8 of 8) sorted by relevance
26 #ifndef NET_IF_NUM28 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN) + 1) macro30 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN))
101 struct netif xnetif[NET_IF_NUM]; /* network interface structure */138 for(idx=0;idx<NET_IF_NUM;idx++){ in LwIP_Init()150 if(idx == NET_IF_NUM - 1) in LwIP_Init()161 if(idx == NET_IF_NUM - 1) in LwIP_Init()178 for(idx = 0;idx < NET_IF_NUM;idx++) in LwIP_Init()293 … if(idx == NET_IF_NUM -1) // This is the ethernet interface, set it up for static ip address in LwIP_DHCP()
57 #ifndef NET_IF_NUM59 #define NET_IF_NUM 2 macro61 #define NET_IF_NUM 1 macro168 extern struct netif xnetif[NET_IF_NUM]; 739 for(i=0;i<NET_IF_NUM;i++){ in cmd_wifi_info()
276 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_BRIDGE) + (CONFIG_WLAN) + 1) macro278 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN) + 1) macro281 #define NET_IF_NUM ((CONFIG_ETHERNET) + (CONFIG_WLAN)) macro
72 extern struct netif xnetif[NET_IF_NUM]; in wifi_start_p2p_go()117 extern struct netif xnetif[NET_IF_NUM]; in cmd_wifi_p2p_start()
66 extern struct netif xnetif[NET_IF_NUM];104 #ifndef NET_IF_NUM106 #define NET_IF_NUM 2 macro108 #define NET_IF_NUM 1 macro
49 extern struct netif xnetif[NET_IF_NUM];
18 extern struct netif xnetif[NET_IF_NUM];
Completed in 33 milliseconds