HomeSort by: relevance | last modified time | path
    Searched refs:acl_options (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/nsd/dist/
options.h 34 typedef struct acl_options acl_options_type;
306 struct acl_options* allow_notify;
307 struct acl_options* request_xfr;
308 struct acl_options* notify;
309 struct acl_options* provide_xfr;
310 struct acl_options* allow_query;
311 struct acl_options* outgoing_interface;
410 struct acl_options { struct
411 struct acl_options* next;
593 int acl_check_incoming(struct acl_options* acl, struct query* q
    [all...]
xfrd-notify.h 33 struct acl_options;
41 struct acl_options* dest; /* target, NULL if entry not in use */
67 struct acl_options* notify_current; /* current slave to notify */
xfrd-tcp.h 25 struct acl_options;
233 socklen_t xfrd_acl_sockaddr_to(struct acl_options* acl,
240 socklen_t xfrd_acl_sockaddr_frm(struct acl_options* acl,
xfrd.h 184 struct acl_options* master;
408 int xfrd_send_udp(struct acl_options* acl, buffer_type* packet,
409 struct acl_options* ifc);
431 struct acl_options* acl);
467 int xfrd_bind_local_interface(int sockd, struct acl_options* ifc,
468 struct acl_options* acl, int tcp);
options.c 238 struct acl_options* acl;
1056 acl_equal(struct acl_options* p, struct acl_options* q)
1078 acl_list_equal(struct acl_options* p, struct acl_options* q)
1152 acl_delete(region_type* region, struct acl_options* acl)
1168 acl_list_delete(region_type* region, struct acl_options* list)
1170 struct acl_options* n;
1217 static struct acl_options*
1218 copy_acl(region_type* region, struct acl_options* a
    [all...]
configparser.y 33 static void append_acl(struct acl_options **list, struct acl_options *acl);
34 static void add_to_last_acl(struct acl_options **list, char *ac);
1351 append_acl(struct acl_options **list, struct acl_options *acl)
1358 struct acl_options *tail = *list;
1366 add_to_last_acl(struct acl_options **list, char *tls_auth_name)
1368 struct acl_options *tail = *list;
configparser.c 101 static void append_acl(struct acl_options **list, struct acl_options *acl);
102 static void add_to_last_acl(struct acl_options **list, char *ac);
3583 append_acl(struct acl_options **list, struct acl_options *acl)
3590 struct acl_options *tail = *list;
3598 add_to_last_acl(struct acl_options **list, char *tls_auth_name)
3600 struct acl_options *tail = *list;
axfr.c 188 struct acl_options *acl = NULL;
xfrd.c 1769 xfrd_send_udp(struct acl_options* acl, buffer_type* packet,
1770 struct acl_options* ifc)
1824 xfrd_bind_local_interface(int sockd, struct acl_options* ifc,
1825 struct acl_options* acl, int tcp)
1902 struct acl_options* acl)
2828 struct acl_options* nfy_acl = acl_find_num(zone->zone_options->pattern->
2831 struct acl_options* master = zone->zone_options->pattern->request_xfr;
xfrd-notify.c 186 cmp_addr_equal(struct sockaddr* a, socklen_t a_len, struct acl_options* dest)
query.c 453 struct acl_options *why;
1378 struct acl_options *why = NULL;
remote.c 2381 zopt_set_acl_to_tsig(struct acl_options* acl, struct region* region,
2448 acl_contains_tsig_key(struct acl_options* acl, const char* name)

Completed in 44 milliseconds