LwIP + 0/14 examples
CodeScope will show references to ip_addr_any from the following samples and libraries:
 
Symbols
loading...
Files
loading...

ip_addr_any variable

Syntax

extern const ip_addr_t ip_addr_any;
Implemented in ip4_addr.c:47

Examples

ip_addr_any is referenced by 14 libraries and example projects.

References

LocationReferrerText
ip4_addr.c:47
const ip_addr_t ip_addr_any = IPADDR4_INIT(IPADDR_ANY);
ip_addr.h:369
extern const ip_addr_t ip_addr_any;
api_lib.c:317netconn_bind()
api_lib.c:387netconn_connect()
dhcp.c:241dhcp_inc_pcb_refcount()
dhcp.c:242dhcp_inc_pcb_refcount()
dhcp.c:287dhcp_handle_nak()
dhcp.c:409dhcp_select()
dhcp.c:956dhcp_decline()
dhcp.c:1011dhcp_discover()
dhcp.c:1371dhcp_release_and_stop()
dns.c:367dns_setserver()
dns_servers[numdns] = *IP_ADDR_ANY;
dns.c:386dns_getserver()
return IP_ADDR_ANY;
dns.c:879dns_alloc_random_port()
err = udp_bind(pcb, IP_ANY_TYPE, port);
httpd.c:2645httpd_init_pcb()
ip4.c:937ip4_output_if_src()
netif.c:300netif_add()
netif.c:303netif_add()
netif.c:306netif_add()
netif.c:508netif_set_ipaddr()
netif.c:574netif_set_netmask()
netif.c:635netif_set_gw()
netif.c:679netif_set_addr()
netif.c:682netif_set_addr()
netif.c:685netif_set_addr()
tcp.c:675tcp_bind()
udp.c:945udp_bind()

Type Use

Type of ip_addr_any
ip_addr_any
all items filtered out