Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
H A Dtest_netif.c130 netif_set_ipaddr(&net_test, &addr); in NETIF_DECLARE_EXT_CALLBACK()
148 netif_set_ipaddr(&net_test, &addr); in NETIF_DECLARE_EXT_CALLBACK()
177 netif_set_ipaddr(&net_test, &addr); in NETIF_DECLARE_EXT_CALLBACK()
/third_party/lwip/src/include/lwip/
H A Dnetif.h472 void netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr);
/third_party/lwip/src/core/
H A Dnetif.c553 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n"));
583 netif_set_ipaddr(struct netif *netif, const ip4_addr_t *ipaddr) function
587 LWIP_ERROR("netif_set_ipaddr: invalid netif", netif != NULL, return);

Completed in 4 milliseconds