#include <olsr_comport_http.h>

Data Fields | |
| struct avl_node | node |
| char * | path |
| bool | static_site |
| char ** | auth |
| int | auth_count |
| struct ip_acl * | acl |
| const char * | site_data |
| size_t | site_length |
| void(* | sitehandler )(struct comport_connection *con, struct http_request *request) |
Definition at line 79 of file olsr_comport_http.h.
| struct ip_acl* olsr_html_site::acl |
Definition at line 88 of file olsr_comport_http.h.
Referenced by olsr_com_handle_htmlsite(), and olsr_com_set_htmlsite_acl_auth().
| char** olsr_html_site::auth |
Definition at line 85 of file olsr_comport_http.h.
Referenced by olsr_com_handle_htmlsite(), and olsr_com_set_htmlsite_acl_auth().
Definition at line 86 of file olsr_comport_http.h.
Referenced by olsr_com_handle_htmlsite(), and olsr_com_set_htmlsite_acl_auth().
| struct avl_node olsr_html_site::node |
Definition at line 80 of file olsr_comport_http.h.
Referenced by olsr_com_add_htmlhandler(), olsr_com_add_htmlsite(), and olsr_com_remove_htmlsite().
| char* olsr_html_site::path |
Definition at line 81 of file olsr_comport_http.h.
Referenced by olsr_com_add_htmlsite(), and olsr_com_remove_htmlsite().
| const char* olsr_html_site::site_data |
Definition at line 91 of file olsr_comport_http.h.
Referenced by olsr_com_add_htmlsite(), and olsr_com_handle_htmlsite().
| size_t olsr_html_site::site_length |
Definition at line 92 of file olsr_comport_http.h.
Referenced by olsr_com_add_htmlsite(), and olsr_com_handle_htmlsite().
| void(* olsr_html_site::sitehandler)(struct comport_connection *con, struct http_request *request) |
Definition at line 95 of file olsr_comport_http.h.
Referenced by olsr_com_add_htmlhandler(), and olsr_com_handle_htmlsite().
Definition at line 83 of file olsr_comport_http.h.
Referenced by olsr_com_add_htmlhandler(), olsr_com_add_htmlsite(), and olsr_com_handle_htmlsite().
1.6.3