Home
last modified time | relevance | path

Searched refs:RPZ_TCP_ONLY_ACTION (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/
H A Drpz.h76 RPZ_TCP_ONLY_ACTION, /* CNAME rpz-tcp-only. */ enumerator
H A Drpz.c75 case RPZ_TCP_ONLY_ACTION: return "rpz-tcp-only"; in rpz_action_to_string()
93 else if(strcmp(a, "tcp_only") == 0) return RPZ_TCP_ONLY_ACTION; in rpz_config_to_action()
225 return RPZ_TCP_ONLY_ACTION; in rpz_rr_to_action()
247 case RPZ_TCP_ONLY_ACTION: return local_zone_truncate; in rpz_action_to_localzone_type()
263 case RPZ_TCP_ONLY_ACTION: return respip_truncate; in rpz_action_to_respip_action()
278 case local_zone_truncate: return RPZ_TCP_ONLY_ACTION; in localzone_type_to_rpz_action()
293 case respip_truncate: return RPZ_TCP_ONLY_ACTION; in respip_action_to_rpz_action()
2289 case RPZ_TCP_ONLY_ACTION: in rpz_apply_nsip_trigger()
2347 case RPZ_TCP_ONLY_ACTION: in rpz_apply_nsdname_trigger()
2561 case RPZ_TCP_ONLY_ACTION: in rpz_callback_from_iterator_cname()
[all …]