Lines Matching defs:acl_options
346 struct acl_options { struct
347 struct acl_options* next; argument
350 time_t ixfr_disabled;
351 int bad_xfr_count;
352 uint8_t use_axfr_only;
353 uint8_t allow_udp;
356 const char* ip_address_spec;
357 uint8_t is_ipv6;
358 unsigned int port; /* is 0(no port) or suffix @port value */
359 union acl_addr_storage addr;
360 union acl_addr_storage range_mask;
361 enum {
366 } rangetype;
369 uint8_t nokey;
370 uint8_t blocked;
371 const char* key_name;
372 struct key_options* key_options;
375 const char* tls_auth_name;
376 struct tls_auth_options* tls_auth_options;