#include "../../dprint.h"#include "address.h"#include "trusted.h"#include "hash.h"#include "mi.h"#include "permissions.h"

Go to the source code of this file.
Defines | |
| #define | MAX_FILE_LEN 128 |
Functions | |
| struct mi_root * | mi_address_dump (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_address_reload (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_allow_uri (struct mi_root *cmd, void *param) |
| struct mi_root * | mi_subnet_dump (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_trusted_dump (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_trusted_reload (struct mi_root *cmd_tree, void *param) |
| #define MAX_FILE_LEN 128 |
Definition at line 92 of file modules/permissions/mi.c.
References addr_hash_table, addr_hash_table_mi_print(), free_mi_tree(), init_mi_tree(), LM_ERR, MI_OK, MI_SSTR, mi_root::node, and NULL.
Definition at line 79 of file modules/permissions/mi.c.
References init_mi_tree(), MI_OK, MI_SSTR, and reload_address_table().
Definition at line 133 of file modules/permissions/mi.c.
References allow_suffix, allow_test(), init_mi_tree(), mi_node::kids, _str::len, MAX_FILE_LEN, MAX_URI_SIZE, MI_MISSING_PARM, MI_OK, MI_SSTR, mi_node::next, mi_root::node, NULL, _str::s, and mi_node::value.
Definition at line 112 of file modules/permissions/mi.c.
References free_mi_tree(), init_mi_tree(), LM_ERR, MI_OK, MI_SSTR, mi_root::node, NULL, subnet_table, and subnet_table_mi_print().
Definition at line 56 of file modules/permissions/mi.c.
References free_mi_tree(), hash_table, hash_table_mi_print(), init_mi_tree(), LM_ERR, MI_OK, MI_SSTR, mi_root::node, and NULL.
Definition at line 40 of file modules/permissions/mi.c.
References hash_table, init_mi_tree(), MI_OK, MI_SSTR, NULL, and reload_trusted_table().
1.5.6