#include <kre_config.h>
| Data Fields | |
| struct list_head | list | 
| Pointer to next/prev entry. | |
| char * | req | 
| Configuration URI. | |
| size_t | req_size | 
| Size of req. | |
| char * | host | 
| Configuration host. | |
| size_t | host_size | 
| Size of host. | |
| u8 | dst_host [4] | 
| Destination IP addres. | |
| int | dst_port | 
| Destination port number. | |
Destination IP addres.
Destination port number.
| char* kre_config_entry::host | 
Configuration host.
| size_t kre_config_entry::host_size | 
Size of host.
| struct list_head kre_config_entry::list  [read] | 
Pointer to next/prev entry.
| char* kre_config_entry::req | 
Configuration URI.
| size_t kre_config_entry::req_size | 
Size of req.
 1.5.8
 1.5.8