Home
last modified time | relevance | path

Searched refs:netif_ip_netmask4 (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetif.h484 #define netif_ip_netmask4(netif) ((const ip_addr_t*)&((netif)->netmask)) macro
/third_party/lwip/src/core/
Dnetif.c612 ip_addr_copy(*old_nm, *netif_ip_netmask4(netif));