Home
last modified time | relevance | path

Searched refs:netif_set_ipaddr (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h447 void netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr);
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c515 netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr) in netif_set_ipaddr() function
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1463 * netif.c: fixed bug #34121 netif_add/netif_set_ipaddr fail on NULL ipaddr
3547 changed in netif_set_ipaddr if previous netif->ip_addr.addr was 0.