|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
A v4 or v6 address in network (big-endian) byte order. More...
#include <ip.h>
Public Attributes | |
| DetIpFamily | family |
| address family tag | |
| uint8_t | bytes [16] |
| network order; v4 uses the first 4 | |
| DetIpFamily DetIp::family |
address family tag
Definition at line 53 of file ip.h.
Referenced by det_conn_remote_addr(), det_ip_classify(), det_ip_equal(), det_ip_format(), det_ip_from_v4_octets(), det_ip_from_v6_bytes(), det_ip_is_unspecified(), det_ip_is_v4_mapped(), det_ip_parse(), det_ip_prefix_match(), det_ip_to_v4_be(), listener_accept_allowed_ip(), listener_ip_allow_add(), listener_ip_allow_add_cidr(), listener_ip_allowlist_reset(), and listener_per_ip_throttle_reset().
| uint8_t DetIp::bytes[16] |
network order; v4 uses the first 4
Definition at line 54 of file ip.h.
Referenced by det_ip_classify(), det_ip_equal(), det_ip_format(), det_ip_from_v4_octets(), det_ip_from_v6_bytes(), det_ip_is_unspecified(), det_ip_is_v4_mapped(), det_ip_parse(), det_ip_prefix_match(), and det_ip_to_v4_be().