Searched defs:tcpip_if (Results 1 – 1 of 1) sorted by relevance
198 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()204 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()209 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()215 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()220 bool tcpip_adapter_is_netif_up(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_is_netif_up()225 esp_err_t tcpip_adapter_get_netif(tcpip_adapter_if_t tcpip_if, void ** netif) in tcpip_adapter_get_netif()236 esp_err_t tcpip_adapter_create_ip6_linklocal(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_create_ip6_linklocal()241 esp_err_t tcpip_adapter_dhcps_stop(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_dhcps_stop()246 esp_err_t tcpip_adapter_dhcpc_stop(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_dhcpc_stop()251 esp_err_t tcpip_adapter_dhcps_start(tcpip_adapter_if_t tcpip_if) in tcpip_adapter_dhcps_start()[all …]