Searched refs:tcpip_adapter_if_t (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/tcpip_adapter/include/ |
D | tcpip_adapter.h | 43 tcpip_adapter_if_t tcpip_adapter_if_from_esp_netif(esp_netif_t *esp_netif); 52 esp_err_t tcpip_adapter_get_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_ip_info_t *ip_info); 62 esp_err_t tcpip_adapter_get_ip6_linklocal(tcpip_adapter_if_t tcpip_if, ip6_addr_t *if_ip6); 71 esp_err_t tcpip_adapter_get_ip6_global(tcpip_adapter_if_t tcpip_if, ip6_addr_t *if_ip6); 80 esp_err_t tcpip_adapter_dhcpc_get_status(tcpip_adapter_if_t tcpip_if, tcpip_adapter_dhcp_status_t *… 87 bool tcpip_adapter_is_netif_up(tcpip_adapter_if_t tcpip_if); 95 esp_err_t tcpip_adapter_get_netif(tcpip_adapter_if_t tcpip_if, void ** netif); 103 esp_err_t tcpip_adapter_create_ip6_linklocal(tcpip_adapter_if_t tcpip_if); 144 esp_err_t tcpip_adapter_dhcps_stop(tcpip_adapter_if_t tcpip_if); 149 esp_err_t tcpip_adapter_dhcpc_stop(tcpip_adapter_if_t tcpip_if); [all …]
|
D | tcpip_adapter_types.h | 57 } tcpip_adapter_if_t; typedef
|
/hal_espressif-3.6.0/components/tcpip_adapter/ |
D | tcpip_adapter_compat.c | 72 static inline esp_netif_t * netif_from_if(tcpip_adapter_if_t interface) in netif_from_if() 188 tcpip_adapter_if_t tcpip_adapter_if_from_esp_netif(esp_netif_t *esp_netif) in tcpip_adapter_if_from_esp_netif() 197 esp_err_t tcpip_adapter_get_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_get_ip_info() 203 esp_err_t tcpip_adapter_get_ip6_linklocal(tcpip_adapter_if_t tcpip_if, ip6_addr_t *if_ip6) in tcpip_adapter_get_ip6_linklocal() 208 esp_err_t tcpip_adapter_get_ip6_global(tcpip_adapter_if_t tcpip_if, ip6_addr_t *if_ip6) in tcpip_adapter_get_ip6_global() 214 esp_err_t tcpip_adapter_dhcpc_get_status(tcpip_adapter_if_t tcpip_if, tcpip_adapter_dhcp_status_t *… in tcpip_adapter_dhcpc_get_status() 219 bool tcpip_adapter_is_netif_up(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_is_netif_up() 224 esp_err_t tcpip_adapter_get_netif(tcpip_adapter_if_t tcpip_if, void ** netif) in tcpip_adapter_get_netif() 235 esp_err_t tcpip_adapter_create_ip6_linklocal(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_create_ip6_linklocal() 240 esp_err_t tcpip_adapter_dhcps_stop(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_dhcps_stop() [all …]
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 135 } tcpip_adapter_if_t; typedef
|
/hal_espressif-3.6.0/components/lwip/test_afl_host/ |
D | network_mock.c | 86 esp_err_t tcpip_adapter_get_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_get_ip_info()
|