Searched refs:tcpip_adapter_ip_info_t (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/tcpip_adapter/include/ |
D | tcpip_adapter.h | 52 esp_err_t tcpip_adapter_get_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_ip_info_t *ip_info); 179 esp_err_t tcpip_adapter_set_ip_info(tcpip_adapter_if_t tcpip_if, const tcpip_adapter_ip_info_t *ip_… 204 esp_err_t tcpip_adapter_eth_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info, void *args); 209 esp_err_t tcpip_adapter_sta_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info); 214 esp_err_t tcpip_adapter_ap_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info); 234 esp_err_t tcpip_adapter_get_old_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_ip_info_t *ip_in… 239 esp_err_t tcpip_adapter_set_old_ip_info(tcpip_adapter_if_t tcpip_if, const tcpip_adapter_ip_info_t …
|
D | tcpip_adapter_types.h | 65 } tcpip_adapter_ip_info_t; typedef
|
/hal_espressif-3.6.0/components/tcpip_adapter/ |
D | tcpip_adapter_compat.c | 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() 275 esp_err_t tcpip_adapter_set_ip_info(tcpip_adapter_if_t tcpip_if, const tcpip_adapter_ip_info_t *ip_… in tcpip_adapter_set_ip_info() 300 …cpip_adapter_compat_start_netif(esp_netif_t *netif, uint8_t *mac, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_compat_start_netif() 311 esp_err_t tcpip_adapter_eth_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info, void *args) in tcpip_adapter_eth_start() 317 esp_err_t tcpip_adapter_sta_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_sta_start() 324 esp_err_t tcpip_adapter_ap_start(uint8_t *mac, tcpip_adapter_ip_info_t *ip_info) in tcpip_adapter_ap_start() 351 esp_err_t tcpip_adapter_get_old_ip_info(tcpip_adapter_if_t tcpip_if, tcpip_adapter_ip_info_t *ip_in… in tcpip_adapter_get_old_ip_info() 356 esp_err_t tcpip_adapter_set_old_ip_info(tcpip_adapter_if_t tcpip_if, const tcpip_adapter_ip_info_t … in tcpip_adapter_set_old_ip_info()
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 128 } tcpip_adapter_ip_info_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()
|