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

IP4_ADDR_ANY4 macro

Can be used as a fixed/const ip4_addr_t for the wildcard and the broadcast address

Syntax

#define IP4_ADDR_ANY4 (ip_2_ip4(&ip_addr_any))

References

LocationText
ip_addr.h:394
#define IP4_ADDR_ANY4 (ip_2_ip4(&ip_addr_any))
dhcp.c:287
netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
dhcp.c:1371
netif_set_addr(netif, IP4_ADDR_ANY4, IP4_ADDR_ANY4, IP4_ADDR_ANY4);
ip4.c:937
ip4_addr_copy(iphdr->src, *IP4_ADDR_ANY4);
netif.c:508
ipaddr = IP4_ADDR_ANY4;
netif.c:574
netmask = IP4_ADDR_ANY4;
netif.c:635
gw = IP4_ADDR_ANY4;
netif.c:679
ipaddr = IP4_ADDR_ANY4;
netif.c:682
netmask = IP4_ADDR_ANY4;
netif.c:685
gw = IP4_ADDR_ANY4;