Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
Dtest_netif.c136 netif_set_netmask(&net_test, &netmask); in NETIF_DECLARE_EXT_CALLBACK()
154 netif_set_netmask(&net_test, &netmask); in NETIF_DECLARE_EXT_CALLBACK()
180 netif_set_netmask(&net_test, &netmask); in NETIF_DECLARE_EXT_CALLBACK()
/third_party/lwip/src/include/lwip/
Dnetif.h440 void netif_set_netmask(struct netif *netif, const ip4_addr_t *netmask);
/third_party/lwip/src/core/
Dnetif.c563 netif_set_netmask(struct netif *netif, const ip4_addr_t *netmask) in netif_set_netmask() function