#include <hash.h>

Data Fields | |
| struct trusted_list * | next |
| char * | pattern |
| int | proto |
| str | src_ip |
| str | tag |
Definition at line 39 of file permissions/hash.h.
struct trusted_list* next [read] |
Definition at line 44 of file permissions/hash.h.
Referenced by empty_hash_table(), hash_table_insert(), hash_table_mi_print(), and match_hash_table().
| char* pattern |
Definition at line 42 of file permissions/hash.h.
Referenced by empty_hash_table(), hash_table_insert(), hash_table_mi_print(), match_hash_table(), and reload_trusted_table().
| int proto |
Definition at line 41 of file permissions/hash.h.
Referenced by allow_trusted_2(), hash_table_insert(), hash_table_mi_print(), and match_hash_table().
Definition at line 40 of file permissions/hash.h.
Referenced by allow_trusted_2(), empty_hash_table(), hash_table_insert(), hash_table_mi_print(), and match_hash_table().
Definition at line 43 of file permissions/hash.h.
Referenced by empty_hash_table(), hash_table_insert(), hash_table_mi_print(), match_hash_table(), and reload_trusted_table().
1.5.6