Searched refs:acl_rule (Results 1 – 1 of 1) sorted by relevance
78 ACLRule *acl_rule; in parse_acl_file() local127 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()132 snprintf(acl_rule->iface, IFNAMSIZ, "%s", arg); in parse_acl_file()134 QSIMPLEQ_INSERT_TAIL(acl_list, acl_rule, entry); 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()141 snprintf(acl_rule->iface, IFNAMSIZ, "%s", arg); in parse_acl_file()[all …]