Searched defs:ipaddr_chain (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dvhost.c65 typedef struct ipaddr_chain ipaddr_chain; typedef in typeref:struct:ipaddr_chain
66 struct ipaddr_chain { struct
67 ipaddr_chain *next;
92 static ipaddr_chain *iphash_table[IPHASH_TABLE_SIZE];
98 static ipaddr_chain *default_list;
111 * a comparison is done down that chain to find the first ipaddr_chain whose
114 * If that ipaddr_chain has names == NULL then you're done, it's an ip-vhost.
117 * ipaddr_chain record. We tuck away the ipaddr_chain recor
[all...]

Completed in 1454 milliseconds