Searched refs:netif_ip4_gw (Results 1 – 7 of 7) sorted by relevance
593 ip4_addr1_16(netif_ip4_gw(netif)), in netif_set_gw()594 ip4_addr2_16(netif_ip4_gw(netif)), in netif_set_gw()595 ip4_addr3_16(netif_ip4_gw(netif)), in netif_set_gw()596 ip4_addr4_16(netif_ip4_gw(netif)))); in netif_set_gw()
389 #define netif_ip4_gw(netif) ((const ip4_addr_t*)ip_2_ip4(&((netif)->gw))) macro
394 #define netif_ip4_gw(netif) ((const ip4_addr_t*)ip_2_ip4(&((netif)->gw))) macro
886 if (!ip4_addr_isany_val(*netif_ip4_gw(netif))) {888 dst_addr = netif_ip4_gw(netif);
183 if (((netif->flags & NETIF_FLAG_BROADCAST) == 0) && ip4_addr_cmp(dest, netif_ip4_gw(netif))) { in ip4_route()
355 value->u32 = netif_ip4_gw(netif)->addr; in ip_RouteTable_get_cell_value_core()
3288 dst_ip = (ip4_addr_t *) netif_ip4_gw(&xnetif[0]); in wifi_set_tcp_keep_alive_offload()
Completed in 21 milliseconds