Searched refs:netif_ip_gw4 (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/include/lwip/ | ||
D | netif.h | 486 #define netif_ip_gw4(netif) ((const ip_addr_t*)&((netif)->gw)) macro |
/third_party/lwip/src/core/ | ||
D | netif.c | 676 ip_addr_copy(*old_gw, *netif_ip_gw4(netif)); |