Home
last modified time | relevance | path

Searched defs:acl (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/usr.sbin/unbound/daemon/
H A Dacl_list.c55 struct acl_list* acl = (struct acl_list*)calloc(1, in acl_list_create() local
68 acl_list_delete(struct acl_list* acl) in acl_list_delete()
78 acl_list_insert(struct acl_list* acl, struct sockaddr_storage* addr, in acl_list_insert()
123 acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2, in acl_list_str_cfg()
147 acl_find_or_create_str2addr(struct acl_list* acl, const char* str, in acl_find_or_create_str2addr()
181 acl_find_or_create(struct acl_list* acl, struct sockaddr_storage* addr, in acl_find_or_create()
229 acl_list_tags_cfg(struct acl_list* acl, const char* str, uint8_t* bitmap, in acl_list_tags_cfg()
249 acl_list_view_cfg(struct acl_list* acl, const char* str, const char* str2, in acl_list_view_cfg()
269 acl_list_tag_action_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_tag_action_cfg()
362 acl_list_tag_data_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_tag_data_cfg()
[all …]
H A Dworker.c1115 deny_refuse(struct comm_point * c,enum acl_access acl,enum acl_access deny,enum acl_access refuse,struct worker * worker,struct comm_reply * repinfo,struct acl_addr * acladdr,int ede,struct check_request_result * check_result) deny_refuse() argument
1304 deny_refuse_all(struct comm_point * c,enum acl_access * acl,struct worker * worker,struct comm_reply * repinfo,struct acl_addr ** acladdr,int ede,int check_proxy,struct check_request_result * check_result) deny_refuse_all() argument
1326 deny_refuse_non_local(struct comm_point * c,enum acl_access acl,struct worker * worker,struct comm_reply * repinfo,struct acl_addr * acladdr,int ede,struct check_request_result * check_result) deny_refuse_non_local() argument
1371 enum acl_access acl; worker_handle_request() local
[all...]
H A Ddaemon.h119 struct acl_list* acl; global() member
/openbsd-src/usr.sbin/nsd/
H A Dconfigparser.y915 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $2, $3); variable
928 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $3, $4); variable
940 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $3, $4); variable
950 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $2, $3); variable
955 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $2, $3); variable
964 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $2, $3); variable
969 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $2, $3); variable
974 acl_options_type *acl = parse_acl_info(cfg_parser->opt->region, $2, "NOKEY"); variable
H A Doptions.c211 struct acl_options* acl; in parse_options_file() local
1108 acl_delete(region_type* region, struct acl_options* acl) in acl_delete()
1546 marshal_acl(struct buffer* b, struct acl_options* acl) in marshal_acl()
1558 struct acl_options* acl = (struct acl_options*)region_alloc(r, in unmarshal_acl() local
1901 acl_check_incoming_block_proxy(struct acl_options* acl, struct query* q, in acl_check_incoming_block_proxy()
1927 acl_check_incoming(struct acl_options* acl, struct query* q, in acl_check_incoming()
1969 acl_addr_matches_ipv6host(struct acl_options* acl, struct sockaddr_storage* addr_storage, unsigned … in acl_addr_matches_ipv6host()
1998 acl_addr_matches_ipv4host(struct acl_options* acl, struct sockaddr_in* addr, unsigned int port) in acl_addr_matches_ipv4host()
2025 acl_addr_matches_host(struct acl_options* acl, struct acl_options* host) in acl_addr_matches_host()
2048 acl_addr_matches(struct acl_options* acl, struct query* q) in acl_addr_matches()
[all …]
H A Dnsd-checkconf.c203 quote_acl(acl_options_type* acl) in quote_acl()
221 print_acl(const char* varname, acl_options_type* acl) in print_acl()
275 print_acl_ips(const char* varname, acl_options_type* acl) in print_acl_ips()
H A Daxfr.c188 struct acl_options *acl = NULL; in axfr_ixfr_can_admit_query() local
H A Dxfrd-tcp.c401 xfrd_acl_sockaddr(acl_options_type* acl, unsigned int port, in xfrd_acl_sockaddr()
437 xfrd_acl_sockaddr_to(acl_options_type* acl, struct sockaddr_storage *to) in xfrd_acl_sockaddr_to()
457 xfrd_acl_sockaddr_frm(acl_options_type* acl, struct sockaddr_storage *frm) in xfrd_acl_sockaddr_frm()
H A Dxfrd.c1725 xfrd_send_udp(struct acl_options* acl, buffer_type* packet, in xfrd_send_udp()
1781 struct acl_options* acl, int tcp) in xfrd_bind_local_interface()
1858 struct acl_options* acl) in xfrd_tsig_sign_request()
H A Dremote.c2182 zopt_set_acl_to_tsig(struct acl_options* acl, struct region* region, in zopt_set_acl_to_tsig()
2249 acl_contains_tsig_key(struct acl_options* acl, const char* name) in acl_contains_tsig_key()
/openbsd-src/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c207 struct config_str2list* acl; acl_view_tag_checks() local
455 struct config_str2list* acl; aclchecks() local
[all...]
/openbsd-src/usr.sbin/ypserv/ypserv/
H A Dacl.c106 struct aclent *acl, *p; in acl_add_net() local
/openbsd-src/usr.sbin/mrouted/
H A Dvif.c399 struct vif_acl *acl; in stop_all_vifs() local
1325 struct vif_acl *acl; in dump_vifs() local
H A Dprune.c77 struct vif_acl *acl; in scoped_addr() local
/openbsd-src/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.h119 struct acl_addr* acl; member
/openbsd-src/usr.sbin/unbound/services/
H A Dlisten_dnsport.h119 struct acl_addr* acl; member
/openbsd-src/usr.sbin/ldapd/
H A Dldapd.h134 struct acl acl; member
251 struct acl acl; member
/openbsd-src/sys/dev/ic/
H A Dnvmereg.h312 u_int8_t acl; /* Abort Command Limit */ member