Searched refs:gw (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_defaults.c | 24 .gw = { .addr = ESP_IP4TOADDR( 192, 168, 4, 1) },
|
D | esp_netif_handlers.c | 96 IP2STR(&event->ip_info.gw)); in esp_netif_action_got_ip()
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip.c | 609 ip4_addr_set_zero(&esp_netif->ip_info->gw); in esp_netif_init_configuration() 856 … (struct ip4_addr*)&esp_netif->ip_info->netmask, (struct ip4_addr*)&esp_netif->ip_info->gw, in esp_netif_lwip_add() 867 (struct ip4_addr*)&esp_netif->ip_info->gw, in esp_netif_lwip_add() 950 ip4_addr_set_zero(&(esp_netif->ip_info->gw)); in esp_netif_reset_ip_info() 1252 !ip4_addr_cmp(ip_2_ip4(&netif->gw), (&ip_info->gw))) in esp_netif_internal_dhcpc_cb() 1264 ip4_addr_set(&ip_info->gw, ip_2_ip4(&netif->gw)); in esp_netif_internal_dhcpc_cb() 1430 ip_addr_set_zero(&p_netif->gw); in esp_netif_dhcpc_start_api() 1625 …tif->ip_info->ip, (ip4_addr_t*)&esp_netif->ip_info->netmask, (ip4_addr_t*)&esp_netif->ip_info->gw); in esp_netif_up_api() 1731 ip4_addr_set(&ip_info->gw, ip_2_ip4(&p_netif->gw)); in esp_netif_get_ip_info() 1793 ip4_addr_copy(esp_netif->ip_info->gw, ip_info->gw); in esp_netif_set_old_ip_info() [all …]
|
/hal_espressif-latest/components/esp_netif/include/ |
D | esp_netif_types.h | 114 esp_ip4_addr_t gw; /**< Interface IPV4 gateway address */ member
|
/hal_espressif-latest/components/esp_netif/loopback/ |
D | esp_netif_loopback.c | 121 esp_netif->ip_info->gw.addr = 0; in esp_netif_init_configuration()
|