Lines Matching defs:acl_options
372 struct acl_options { struct
373 struct acl_options* next; argument
376 time_t ixfr_disabled;
377 int bad_xfr_count;
378 uint8_t use_axfr_only;
379 uint8_t allow_udp;
382 const char* ip_address_spec;
383 uint8_t is_ipv6;
384 unsigned int port; /* is 0(no port) or suffix @port value */
385 union acl_addr_storage addr;
386 union acl_addr_storage range_mask;
387 enum {
392 } rangetype;
395 uint8_t nokey;
396 uint8_t blocked;
397 const char* key_name;
398 struct key_options* key_options;
401 const char* tls_auth_name;
402 struct tls_auth_options* tls_auth_options;