DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
IpAllowRule Struct Reference

Public Attributes

DetIp network
 network address (family DetIpFamily::DET_IP_V4 / V6; DetIpFamily::DET_IP_NONE marks unused).
 
uint8_t prefix_len
 CIDR prefix length: 0..32 for v4, 0..128 for v6.
 

Detailed Description

Definition at line 161 of file listener.cpp.

Member Data Documentation

◆ network

DetIp IpAllowRule::network

network address (family DetIpFamily::DET_IP_V4 / V6; DetIpFamily::DET_IP_NONE marks unused).

Definition at line 163 of file listener.cpp.

Referenced by listener_ip_allow_add(), listener_ip_allowed(), and listener_ip_allowlist_reset().

◆ prefix_len

uint8_t IpAllowRule::prefix_len

CIDR prefix length: 0..32 for v4, 0..128 for v6.

Definition at line 164 of file listener.cpp.

Referenced by listener_ip_allow_add(), and listener_ip_allowed().


The documentation for this struct was generated from the following file: