Home
last modified time | relevance | path

Searched refs:IP_ADDR_ANY (Results 1 – 9 of 9) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip_addr.h382 #define IP_ADDR_ANY IP4_ADDR_ANY macro
422 #define IP_ADDR_ANY IP6_ADDR_ANY macro
431 #define IP_ANY_TYPE IP_ADDR_ANY
/third_party/lwip/src/netif/ppp/
Dppp.c1133 dns_setserver(0, IP_ADDR_ANY); in cdns()
1138 dns_setserver(1, IP_ADDR_ANY); in cdns()
Dpppol2tp.c310 udp_bind(l2tp->udp, IP_ADDR_ANY, 0); in pppol2tp_connect()
/third_party/lwip/src/core/
Ddns.c376 dns_servers[numdns] = *IP_ADDR_ANY; in dns_setserver()
395 return IP_ADDR_ANY; in dns_getserver()
/third_party/lwip/src/apps/sntp/
Dsntp.c867 return IP_ADDR_ANY; in sntp_getserver()
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c657 return lwiperf_start_tcp_server(IP_ADDR_ANY, LWIPERF_TCP_PORT_DEFAULT, in lwiperf_start_tcp_server_default()
/third_party/lwip/
DUPGRADING59 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
DCHANGELOG407 (and therefore on a UDP socket/netconn) when the PCB is bound to IP_ADDR_ANY
2270 when using udp_sendto_if() - always stay connected to IP_ADDR_ANY.
3556 * netif.c: Fixed bug #20180 (TCP pcbs listening on IP_ADDR_ANY could get
4248 * IP_ADDR_ANY is no longer a NULL pointer. Instead, it is a pointer
/third_party/lwip/src/apps/mqtt/
Dmqtt.c1379 err = altcp_bind(client->conn, IP_ADDR_ANY, 0); in mqtt_client_connect()