Apache HTTPD
Public Attributes | List of all members
dirconn_entry Struct Reference

#include <mod_proxy.h>

Public Attributes

charname
 
struct in_addr addr mask
 
struct apr_sockaddr_thostaddr
 
int(* matcher )(struct dirconn_entry *This, request_rec *r)
 

Detailed Description

Definition at line 142 of file mod_proxy.h.

Member Data Documentation

◆ hostaddr

struct apr_sockaddr_t* dirconn_entry::hostaddr

Definition at line 145 of file mod_proxy.h.

◆ mask

struct in_addr addr dirconn_entry::mask

Definition at line 144 of file mod_proxy.h.

◆ matcher

int(* dirconn_entry::matcher) (struct dirconn_entry *This, request_rec *r)

Definition at line 146 of file mod_proxy.h.

◆ name

char* dirconn_entry::name

Definition at line 143 of file mod_proxy.h.


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