Searched refs:esp_ip4_addr_t (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_netif/include/ |
D | esp_netif_types.h | 112 esp_ip4_addr_t ip; /**< Interface IPV4 address */ 113 esp_ip4_addr_t netmask; /**< Interface IPV4 netmask */ 114 esp_ip4_addr_t gw; /**< Interface IPV4 gateway address */ 150 esp_ip4_addr_t ip; /*!< IP address which was assigned to the station */ 253 esp_ip4_addr_t ip; /**< Clients IP address */
|
D | esp_netif.h | 835 void esp_netif_set_ip4_addr(esp_ip4_addr_t *addr, uint8_t a, uint8_t b, uint8_t c, uint8_t d); 847 char *esp_ip4addr_ntoa(const esp_ip4_addr_t *addr, char *buf, int buflen); 868 esp_err_t esp_netif_str_to_ip4(const char *src, esp_ip4_addr_t *dst);
|
D | esp_netif_ip_addr.h | 115 typedef struct esp_ip4_addr esp_ip4_addr_t; typedef 126 esp_ip4_addr_t ip4; /*!< IPv4 address type */
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | wifi_default_ap.c | 26 memset(&wifi_sta_ip_mac_list->sta[i].ip, 0, sizeof(esp_ip4_addr_t)); in esp_wifi_ap_get_sta_list_with_ip()
|
/hal_espressif-latest/components/esp_netif/loopback/ |
D | esp_netif_loopback.c | 59 void esp_netif_set_ip4_addr(esp_ip4_addr_t *addr, uint8_t a, uint8_t b, uint8_t c, uint8_t d) in esp_netif_set_ip4_addr() 61 memset(addr, 0, sizeof(esp_ip4_addr_t)); in esp_netif_set_ip4_addr() 65 char * esp_ip4addr_ntoa(const esp_ip4_addr_t *addr, char *buf, int buflen) in esp_ip4addr_ntoa()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_mesh.h | 285 esp_ip4_addr_t ip4; /**< IP address */
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip.c | 462 void esp_netif_set_ip4_addr(esp_ip4_addr_t *addr, uint8_t a, uint8_t b, uint8_t c, uint8_t d) in esp_netif_set_ip4_addr() 468 char * esp_ip4addr_ntoa(const esp_ip4_addr_t *addr, char *buf, int buflen) in esp_ip4addr_ntoa() 479 esp_err_t esp_netif_str_to_ip4(const char *src, esp_ip4_addr_t *dst) in esp_netif_str_to_ip4()
|