Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_netif/include/
Desp_netif_types.h101 esp_ip4_addr_t ip; /**< Interface IPV4 address */
102 esp_ip4_addr_t netmask; /**< Interface IPV4 netmask */
103 esp_ip4_addr_t gw; /**< Interface IPV4 gateway address */
129 esp_ip4_addr_t ip; /*!< IP address which was assigned to the station */
Desp_netif.h688 void esp_netif_set_ip4_addr(esp_ip4_addr_t *addr, uint8_t a, uint8_t b, uint8_t c, uint8_t d);
700 char *esp_ip4addr_ntoa(const esp_ip4_addr_t *addr, char *buf, int buflen);
721 esp_err_t esp_netif_str_to_ip4(const char *src, esp_ip4_addr_t *dst);
Desp_netif_ip_addr.h97 typedef struct esp_ip4_addr esp_ip4_addr_t; typedef
104 esp_ip4_addr_t ip4;
Desp_netif_sta_list.h29 esp_ip4_addr_t ip; /**< Station assigned IP address */
/device/soc/esp/esp32/components/esp_netif/loopback/
Desp_netif_loopback.c64 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()
66 memset(addr, 0, sizeof(esp_ip4_addr_t)); in esp_netif_set_ip4_addr()
70 char * esp_ip4addr_ntoa(const esp_ip4_addr_t *addr, char *buf, int buflen) in esp_ip4addr_ntoa()
/device/soc/esp/esp32/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c63 esp_ip4_addr_t ns1; in on_ppp_status_changed()
64 esp_ip4_addr_t ns2; in on_ppp_status_changed()
Desp_netif_lwip.c242 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()
248 char * esp_ip4addr_ntoa(const esp_ip4_addr_t *addr, char *buf, int buflen) in esp_ip4addr_ntoa()
258 esp_err_t esp_netif_str_to_ip4(const char *src, esp_ip4_addr_t *dst) in esp_netif_str_to_ip4()