Symbol: RPZ_TCP_ONLY_ACTION
sbin/unwind/libunbound/services/rpz.c
225
return RPZ_TCP_ONLY_ACTION;
sbin/unwind/libunbound/services/rpz.c
2326
case RPZ_TCP_ONLY_ACTION:
sbin/unwind/libunbound/services/rpz.c
2389
case RPZ_TCP_ONLY_ACTION:
sbin/unwind/libunbound/services/rpz.c
249
case RPZ_TCP_ONLY_ACTION: return local_zone_truncate;
sbin/unwind/libunbound/services/rpz.c
2622
case RPZ_TCP_ONLY_ACTION:
sbin/unwind/libunbound/services/rpz.c
269
case RPZ_TCP_ONLY_ACTION: return respip_truncate;
sbin/unwind/libunbound/services/rpz.c
2691
|| (client_action == RPZ_TCP_ONLY_ACTION
sbin/unwind/libunbound/services/rpz.c
286
case local_zone_truncate: return RPZ_TCP_ONLY_ACTION;
sbin/unwind/libunbound/services/rpz.c
303
case respip_truncate: return RPZ_TCP_ONLY_ACTION;
sbin/unwind/libunbound/services/rpz.c
75
case RPZ_TCP_ONLY_ACTION: return "rpz-tcp-only";
sbin/unwind/libunbound/services/rpz.c
93
else if(strcmp(a, "tcp_only") == 0) return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
225
return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
2326
case RPZ_TCP_ONLY_ACTION:
usr.sbin/unbound/services/rpz.c
2389
case RPZ_TCP_ONLY_ACTION:
usr.sbin/unbound/services/rpz.c
249
case RPZ_TCP_ONLY_ACTION: return local_zone_truncate;
usr.sbin/unbound/services/rpz.c
2622
case RPZ_TCP_ONLY_ACTION:
usr.sbin/unbound/services/rpz.c
269
case RPZ_TCP_ONLY_ACTION: return respip_truncate;
usr.sbin/unbound/services/rpz.c
2691
|| (client_action == RPZ_TCP_ONLY_ACTION
usr.sbin/unbound/services/rpz.c
286
case local_zone_truncate: return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
303
case respip_truncate: return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
75
case RPZ_TCP_ONLY_ACTION: return "rpz-tcp-only";
usr.sbin/unbound/services/rpz.c
93
else if(strcmp(a, "tcp_only") == 0) return RPZ_TCP_ONLY_ACTION;