Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dnetif.h486 #define netif_ip_gw4(netif) ((const ip_addr_t*)&((netif)->gw)) macro
/third_party/lwip/src/core/
Dnetif.c676 ip_addr_copy(*old_gw, *netif_ip_gw4(netif));