Searched refs:acl_list (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dacl_list.h2 * daemon/acl_list.h - client access control storage for the server.
78 struct acl_list { struct
118 struct acl_list* acl_list_create(void);
124 void acl_list_delete(struct acl_list* acl);
127 * Insert interface in the acl_list. This should happen when the listening
129 * @param acl_interface: acl_list to insert to.
136 acl_interface_insert(struct acl_list* acl_interface,
147 int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
157 void acl_interface_init(struct acl_list* acl_interface);
166 int acl_interface_apply_cfg(struct acl_list* acl_interfac
[all...]
H A Ddaemon.h54 struct acl_list;
119 struct acl_list* acl;
121 struct acl_list* acl_interface;
H A Dacl_list.c2 * 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 strin
[all...]
H A Ddaemon.c72 #include "daemon/acl_list.h"
320 static int setup_acl_for_ports(struct acl_list* list,
/netbsd-current/external/bsd/unbound/sbin/
H A DMakefile.inc21 SRCS+= acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c
/netbsd-current/sys/net80211/
H A Dieee80211_acl.c75 TAILQ_ENTRY(acl) acl_list;
141 TAILQ_REMOVE(&as->as_list, acl, acl_list);
185 TAILQ_INSERT_TAIL(&as->as_list, new, acl_list);
292 TAILQ_FOREACH(acl, &as->as_list, acl_list) {
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNsdConf.py331 self.acl_list = config.getValue('acl_list')
364 z.setInclude(self.acl_list)
/netbsd-current/external/bsd/unbound/dist/
H A DMakefile.in189 DAEMON_SRC=daemon/acl_list.c daemon/cachedump.c daemon/daemon.c \
191 DAEMON_OBJ=acl_list.lo cachedump.lo daemon.lo \
212 daemon/worker.c daemon/acl_list.c \
216 TESTBOUND_OBJ_LINK=$(TESTBOUND_OBJ) testpkts.lo worker.lo acl_list.lo \
1249 acl_list.lo acl_list.o: $(srcdir)/daemon/acl_list.c config.h $(srcdir)/daemon/acl_list.h \
1275 $(srcdir)/daemon/remote.h $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \
1333 $(srcdir)/services/modstack.h $(srcdir)/daemon/remote.h $(srcdir)/daemon/acl_list
[all...]

Completed in 206 milliseconds