Symbol: RPZ_TCP_ONLY_ACTION
sbin/unwind/libunbound/services/rpz.c
226
return RPZ_TCP_ONLY_ACTION;
sbin/unwind/libunbound/services/rpz.c
2327
case RPZ_TCP_ONLY_ACTION:
sbin/unwind/libunbound/services/rpz.c
2390
case RPZ_TCP_ONLY_ACTION:
sbin/unwind/libunbound/services/rpz.c
250
case RPZ_TCP_ONLY_ACTION: return local_zone_truncate;
sbin/unwind/libunbound/services/rpz.c
2625
case RPZ_TCP_ONLY_ACTION:
sbin/unwind/libunbound/services/rpz.c
2694
|| (client_action == RPZ_TCP_ONLY_ACTION
sbin/unwind/libunbound/services/rpz.c
270
case RPZ_TCP_ONLY_ACTION: return respip_truncate;
sbin/unwind/libunbound/services/rpz.c
287
case local_zone_truncate: return RPZ_TCP_ONLY_ACTION;
sbin/unwind/libunbound/services/rpz.c
304
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
226
return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
2327
case RPZ_TCP_ONLY_ACTION:
usr.sbin/unbound/services/rpz.c
2390
case RPZ_TCP_ONLY_ACTION:
usr.sbin/unbound/services/rpz.c
250
case RPZ_TCP_ONLY_ACTION: return local_zone_truncate;
usr.sbin/unbound/services/rpz.c
2625
case RPZ_TCP_ONLY_ACTION:
usr.sbin/unbound/services/rpz.c
2694
|| (client_action == RPZ_TCP_ONLY_ACTION
usr.sbin/unbound/services/rpz.c
270
case RPZ_TCP_ONLY_ACTION: return respip_truncate;
usr.sbin/unbound/services/rpz.c
287
case local_zone_truncate: return RPZ_TCP_ONLY_ACTION;
usr.sbin/unbound/services/rpz.c
304
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;