Lines Matching refs:acl_list

2  * daemon/acl_list.h - client access control storage for the server.
43 #include "daemon/acl_list.h"
52 struct acl_list*
55 struct acl_list* acl = (struct acl_list*)calloc(1,
56 sizeof(struct acl_list));
68 acl_list_delete(struct acl_list* acl)
76 /** insert new address into acl_list structure */
78 acl_list_insert(struct acl_list* acl, struct sockaddr_storage* addr,
121 /** apply acl_list string */
123 acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2,
147 acl_find_or_create_str2addr(struct acl_list* acl, const char* str,
181 acl_find_or_create(struct acl_list* acl, struct sockaddr_storage* addr,
202 acl_interface_str_cfg(struct acl_list* acl_interface, const char* iface,
220 acl_interface_insert(struct acl_list* acl_interface,
229 acl_list_tags_cfg(struct acl_list* acl, const char* str, uint8_t* bitmap,
249 acl_list_view_cfg(struct acl_list* acl, const char* str, const char* str2,
269 acl_list_tag_action_cfg(struct acl_list* acl, struct config_file* cfg,
362 acl_list_tag_data_cfg(struct acl_list* acl, struct config_file* cfg,
414 /** read acl_list config */
416 read_acl_list(struct acl_list* acl, struct config_str2list* acls)
429 read_acl_view(struct acl_list* acl, struct config_str2list** acl_view,
452 read_acl_tags(struct acl_list* acl, struct config_strbytelist** acl_tags)
474 read_acl_tag_actions(struct acl_list* acl, struct config_file* cfg,
500 read_acl_tag_datas(struct acl_list* acl, struct config_file* cfg,
525 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
566 acl_interface_init(struct acl_list* acl_interface)
578 read_acl_interface_action(struct acl_list* acl_interface,
602 read_acl_interface_view(struct acl_list* acl_interface,
638 read_acl_interface_tags(struct acl_list* acl_interface,
673 read_acl_interface_tag_actions(struct acl_list* acl_interface,
711 read_acl_interface_tag_datas(struct acl_list* acl_interface,
748 acl_interface_apply_cfg(struct acl_list* acl_interface, struct config_file* cfg,
778 acl_addr_lookup(struct acl_list* acl, struct sockaddr_storage* addr,
786 acl_list_get_mem(struct acl_list* acl)