Home
last modified time | relevance | path

Searched refs:acl_rule (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu-bridge-helper.c78 ACLRule *acl_rule; in parse_acl_file() local
127 acl_rule = g_malloc(sizeof(*acl_rule)); in parse_acl_file()
129 acl_rule->type = ACL_DENY_ALL; in parse_acl_file()
131 acl_rule->type = ACL_DENY; in parse_acl_file()
136 acl_rule = g_malloc(sizeof(*acl_rule)); in parse_acl_file()
138 acl_rule->type = ACL_ALLOW_ALL; in parse_acl_file()
140 acl_rule->type = ACL_ALLOW; in parse_acl_file()
245 ACLRule *acl_rule; in main() local
303 QSIMPLEQ_FOREACH(acl_rule, &acl_list, entry) { in main()
304 switch (acl_rule->type) { in main()
[all …]