|
ESPHome 2026.2.1
|
Go to the source code of this file.
Data Structures | |
| struct | esphome::network::IPAddress |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::network |
Typedefs | |
| using | ip_addr_t = in_addr |
| using | ip4_addr_t = in_addr |
| using | esphome::network::IPAddresses = std::array<IPAddress, 5> |
Functions | |
| void | esphome::network::lowercase_ip_str (char *buf) |
| Lowercase hex digits in IP address string (A-F -> a-f for IPv6 per RFC 5952) | |
| using ip4_addr_t = in_addr |
Definition at line 23 of file ip_address.h.
| using ip_addr_t = in_addr |
Definition at line 22 of file ip_address.h.