NETIF_FOREACH is only used within LwIP.
 
Symbols
loading...
Files
loading...

NETIF_FOREACH macro

Syntax

#define NETIF_FOREACH(netif) for ((netif) = netif_list; (netif) != NULL; (netif) = (netif)->next)

Arguments

netif

References

LocationText
netif.h:406
#define NETIF_FOREACH(netif) for ((netif) = netif_list; (netif) != NULL; (netif) = (netif)->next)
dhcp.c:435
NETIF_FOREACH(netif) {
dhcp.c:472
NETIF_FOREACH(netif) {
ip4.c:170
NETIF_FOREACH(netif) {
ip4.c:555
NETIF_FOREACH(netif) {
netif.c:794
NETIF_FOREACH(tmp_netif) {
netif.c:1683
NETIF_FOREACH(netif) {
netif.c:1714
NETIF_FOREACH(netif) {