|
Apache HTTPD
|
Public Attributes | ||
| struct { | ||
| apr_uint32_t src_addr | ||
| apr_uint32_t dst_addr | ||
| apr_uint16_t src_port | ||
| apr_uint16_t dst_port | ||
| } | ip4 | |
| struct { | ||
| apr_byte_t src_addr [16] | ||
| apr_byte_t dst_addr [16] | ||
| apr_uint16_t src_port | ||
| apr_uint16_t dst_port | ||
| } | ip6 | |
| struct { | ||
| apr_byte_t src_addr [108] | ||
| apr_byte_t dst_addr [108] | ||
| } | unx | |
Definition at line 87 of file mod_remoteip.c.
| apr_uint32_t proxy_v2_addr::dst_addr |
Definition at line 90 of file mod_remoteip.c.
| apr_byte_t proxy_v2_addr::dst_addr[108] |
Definition at line 96 of file mod_remoteip.c.
| apr_uint16_t proxy_v2_addr::dst_port |
Definition at line 92 of file mod_remoteip.c.
| struct { ... } proxy_v2_addr::ip4 |
| struct { ... } proxy_v2_addr::ip6 |
| apr_uint32_t proxy_v2_addr::src_addr |
Definition at line 89 of file mod_remoteip.c.
| apr_byte_t proxy_v2_addr::src_addr[108] |
Definition at line 95 of file mod_remoteip.c.
| apr_uint16_t proxy_v2_addr::src_port |
Definition at line 91 of file mod_remoteip.c.
| struct { ... } proxy_v2_addr::unx |