Home
last modified time | relevance | path

Searched refs:esp_ip4_addr_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_netif/include/
Desp_netif_types.h112 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 */
Desp_netif.h835 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);
Desp_netif_ip_addr.h115 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/
Dwifi_default_ap.c26 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/
Desp_netif_loopback.c59 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/
Desp_mesh.h285 esp_ip4_addr_t ip4; /**< IP address */
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c462 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()