Searched refs:esp_ip4_addr_t (Results 1 – 7 of 7) sorted by relevance
/device/soc/esp/esp32/components/esp_netif/include/ |
D | esp_netif_types.h | 101 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 */
|
D | esp_netif.h | 688 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);
|
D | esp_netif_ip_addr.h | 97 typedef struct esp_ip4_addr esp_ip4_addr_t; typedef 104 esp_ip4_addr_t ip4;
|
D | esp_netif_sta_list.h | 29 esp_ip4_addr_t ip; /**< Station assigned IP address */
|
/device/soc/esp/esp32/components/esp_netif/loopback/ |
D | esp_netif_loopback.c | 64 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/ |
D | esp_netif_lwip_ppp.c | 63 esp_ip4_addr_t ns1; in on_ppp_status_changed() 64 esp_ip4_addr_t ns2; in on_ppp_status_changed()
|
D | esp_netif_lwip.c | 242 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()
|