Symbol: RES
sbin/unwind/libunbound/daemon/remote.h
325
int ssl_print_text(RES* ssl, const char* text);
sbin/unwind/libunbound/daemon/remote.h
333
int ssl_printf(RES* ssl, const char* format, ...)
sbin/unwind/libunbound/daemon/remote.h
344
int ssl_read_line(RES* ssl, char* buf, size_t max);
sbin/unwind/libunbound/daemon/remote.h
359
void fast_reload_thread_start(RES* ssl, struct worker* worker,
usr.sbin/nsd/remote.c
1018
print_soa_status(RES* ssl, const char* str, xfrd_soa_type* soa, time_t acq)
usr.sbin/nsd/remote.c
1033
print_zonestatus(RES* ssl, xfrd_state_type* xfrd, struct zone_options* zo)
usr.sbin/nsd/remote.c
1177
do_zonestatus(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1194
do_verbosity(RES* ssl, char* str)
usr.sbin/nsd/remote.c
1214
find_arg2(RES* ssl, char* arg, char** arg2)
usr.sbin/nsd/remote.c
1235
find_arg3(RES* ssl, char* arg, char** arg2, char** arg3)
usr.sbin/nsd/remote.c
1256
do_status(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
1273
do_stats(RES* ssl, xfrd_state_type* xfrd, int peek)
usr.sbin/nsd/remote.c
1299
perform_changezone(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1402
perform_addzone(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1470
perform_delzone(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1539
do_addzone(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1548
do_delzone(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1557
do_changezone(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
1566
do_addzones(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
1588
do_delzones(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
200
static int ssl_print_text(RES* res, const char* text);
usr.sbin/nsd/remote.c
208
static int ssl_printf(RES* res, const char* format, ...)
usr.sbin/nsd/remote.c
2146
RES** ssl = (RES**)arg;
usr.sbin/nsd/remote.c
2154
do_repattern(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
219
static int ssl_read_line(RES* res, char* buf, size_t max);
usr.sbin/nsd/remote.c
2245
do_serverpid(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
2252
do_print_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
2274
do_update_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
2325
do_add_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
2404
do_assoc_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
2481
do_del_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) {
usr.sbin/nsd/remote.c
2533
can_dump_cookie_secrets(RES* ssl, nsd_type* const nsd)
usr.sbin/nsd/remote.c
2552
cookie_secret_file_dump_and_reload(RES* ssl, nsd_type* const nsd) {
usr.sbin/nsd/remote.c
2591
do_activate_cookie_secret(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2617
do_drop_cookie_secret(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2643
do_add_cookie_secret(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2692
do_print_cookie_secrets(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2745
execute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd)
usr.sbin/nsd/remote.c
2814
handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
usr.sbin/nsd/remote.c
2937
RES res;
usr.sbin/nsd/remote.c
3013
print_longnum(RES* ssl, char* desc, uint64_t x)
usr.sbin/nsd/remote.c
3028
print_stat_block(RES* ssl, char* n, char* d, struct nsdst* st)
usr.sbin/nsd/remote.c
3147
zonestat_print(RES *ssl, struct evbuffer *evbuf, xfrd_state_type *xfrd,
usr.sbin/nsd/remote.c
3210
print_stats(RES* ssl, xfrd_state_type* xfrd, struct timeval* now, int clear,
usr.sbin/nsd/remote.c
3379
process_stats(RES* ssl, struct evbuffer *evbuf, struct xfrd_state* xfrd, int peek)
usr.sbin/nsd/remote.c
732
ssl_print_text(RES* res, const char* text)
usr.sbin/nsd/remote.c
764
ssl_print_vmsg(RES* ssl, const char* format, va_list args)
usr.sbin/nsd/remote.c
773
ssl_printf(RES* ssl, const char* format, ...)
usr.sbin/nsd/remote.c
784
ssl_read_line(RES* res, char* buf, size_t max)
usr.sbin/nsd/remote.c
848
send_ok(RES* ssl)
usr.sbin/nsd/remote.c
855
get_zone_arg(RES* ssl, xfrd_state_type* xfrd, char* arg,
usr.sbin/nsd/remote.c
881
do_stop(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
894
do_log_reopen(RES* ssl, xfrd_state_type* xfrd)
usr.sbin/nsd/remote.c
902
do_reload(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
915
do_write(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
928
do_notify(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
953
do_transfer(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/nsd/remote.c
994
do_force_transfer(RES* ssl, xfrd_state_type* xfrd, char* arg)
usr.sbin/unbound/daemon/cachedump.c
135
spool_strlist(RES* ssl, struct config_strlist* list)
usr.sbin/unbound/daemon/cachedump.c
149
RES* ssl, void* arg)
usr.sbin/unbound/daemon/cachedump.c
237
RES* ssl, void* arg)
usr.sbin/unbound/daemon/cachedump.c
257
RES* ssl;
usr.sbin/unbound/daemon/cachedump.c
275
dump_rrset_cache(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
407
dump_msg_cache(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
420
dump_cache(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
431
ssl_read_buf(RES* ssl, sldns_buffer* buf)
usr.sbin/unbound/daemon/cachedump.c
439
read_fixed(RES* ssl, sldns_buffer* buf, const char* str)
usr.sbin/unbound/daemon/cachedump.c
447
load_rr(RES* ssl, sldns_buffer* buf, struct regional* region,
usr.sbin/unbound/daemon/cachedump.c
565
load_rrset(RES* ssl, sldns_buffer* buf, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
649
load_rrset_cache(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
705
load_ref(RES* ssl, sldns_buffer* buf, struct worker* worker,
usr.sbin/unbound/daemon/cachedump.c
750
load_msg(RES* ssl, sldns_buffer* buf, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
827
load_msg_cache(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
840
load_cache(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/cachedump.c
851
print_dp_details(RES* ssl, struct worker* worker, struct delegpt* dp)
usr.sbin/unbound/daemon/cachedump.c
927
print_dp_main(RES* ssl, struct delegpt* dp, struct dns_msg* msg)
usr.sbin/unbound/daemon/cachedump.c
961
int print_deleg_lookup(RES* ssl, struct worker* worker, uint8_t* nm,
usr.sbin/unbound/daemon/cachedump.h
105
int print_deleg_lookup(RES* ssl, struct worker* worker, uint8_t* nm,
usr.sbin/unbound/daemon/cachedump.h
84
int dump_cache(RES* ssl, struct worker* worker);
usr.sbin/unbound/daemon/cachedump.h
93
int load_cache(RES* ssl, struct worker* worker);
usr.sbin/unbound/daemon/remote.c
1000
print_uptime(RES* ssl, struct worker* worker, int reset)
usr.sbin/unbound/daemon/remote.c
1019
print_hist(RES* ssl, struct ub_stats_info* s)
usr.sbin/unbound/daemon/remote.c
1047
print_ext(RES* ssl, struct ub_stats_info* s, int inhibit_zero)
usr.sbin/unbound/daemon/remote.c
1243
do_stats(RES* ssl, struct worker* worker, int reset)
usr.sbin/unbound/daemon/remote.c
1278
parse_arg_name(RES* ssl, char* str, uint8_t** res, size_t* len, int* labs)
usr.sbin/unbound/daemon/remote.c
1308
find_arg2(RES* ssl, char* arg, char** arg2)
usr.sbin/unbound/daemon/remote.c
1333
perform_zone_add(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1373
do_zone_add(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1382
do_zones_add(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1410
perform_zone_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1431
do_zone_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1440
do_zones_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1468
check_RR_syntax(RES* ssl, char* str, int line)
usr.sbin/unbound/daemon/remote.c
1490
perform_data_add(RES* ssl, struct local_zones* zones, char* arg, int line)
usr.sbin/unbound/daemon/remote.c
1504
do_data_add(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1513
do_datas_add(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1538
perform_data_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1553
do_data_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1562
do_datas_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1590
do_view_zone_add(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1622
do_view_zone_remove(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1644
do_view_data_add(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1676
do_view_datas_add(struct daemon_remote* rc, RES* ssl, struct worker* worker,
usr.sbin/unbound/daemon/remote.c
1726
do_view_data_remove(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1748
do_view_datas_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker,
usr.sbin/unbound/daemon/remote.c
1792
RES* ssl;
usr.sbin/unbound/daemon/remote.c
2039
do_cache_lookup_domain(RES* ssl, struct worker* worker, uint8_t* nm,
usr.sbin/unbound/daemon/remote.c
2070
do_cache_lookup(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2119
do_lookup(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2163
parse_remcachedb(RES* ssl, char** arg, int* pc)
usr.sbin/unbound/daemon/remote.c
2180
do_flush_type(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2208
do_flush_stats(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
2265
do_flush_infra(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2300
do_flush_requestlist(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
2363
do_flush_zone(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2452
do_flush_bogus(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2540
do_flush_negative(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2572
do_flush_name(RES* ssl, struct worker* w, char* arg)
usr.sbin/unbound/daemon/remote.c
2601
ssl_print_name_dp(RES* ssl, const char* str, uint8_t* nm, uint16_t dclass,
usr.sbin/unbound/daemon/remote.c
2635
print_root_fwds(RES* ssl, struct iter_forwards* fwds, uint8_t* root)
usr.sbin/unbound/daemon/remote.c
2655
parse_delegpt(RES* ssl, char* args, uint8_t* nm)
usr.sbin/unbound/daemon/remote.c
2718
do_forward(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2750
parse_fs_args(RES* ssl, char* args, uint8_t** nm, struct delegpt** dp,
usr.sbin/unbound/daemon/remote.c
2797
do_forward_add(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2833
do_forward_remove(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2854
do_stub_add(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2910
do_stub_remove(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2934
do_insecure_add(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2955
do_insecure_remove(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2970
do_insecure_list(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
2986
do_status(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3094
do_dump_requestlist(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3133
RES* ssl;
usr.sbin/unbound/daemon/remote.c
3188
do_dump_infra(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3200
do_log_reopen(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3209
do_auth_zone_reload(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3291
do_auth_zone_transfer(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3311
do_set_option(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3334
RES* ssl = (RES*)arg;
usr.sbin/unbound/daemon/remote.c
3340
do_get_option(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3352
do_list_forwards(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3384
do_list_stubs(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3416
do_list_auth_zones(RES* ssl, struct auth_zones* az)
usr.sbin/unbound/daemon/remote.c
3469
do_list_local_zones(RES* ssl, struct local_zones* zones)
usr.sbin/unbound/daemon/remote.c
3491
do_list_local_data(RES* ssl, struct worker* worker, struct local_zones* zones)
usr.sbin/unbound/daemon/remote.c
3530
do_view_list_local_zones(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3546
do_view_list_local_data(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3565
RES* ssl;
usr.sbin/unbound/daemon/remote.c
3614
do_ratelimit_list(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3633
do_ip_ratelimit_list(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3652
do_rpz_enable_disable(RES* ssl, struct worker* worker, char* arg, int enable) {
usr.sbin/unbound/daemon/remote.c
3689
do_rpz_enable(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3696
do_rpz_disable(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3704
cookie_secret_file_dump(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3746
do_activate_cookie_secret(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3781
do_drop_cookie_secret(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3816
do_add_cookie_secret(RES* ssl, struct worker* worker, char* arg) {
usr.sbin/unbound/daemon/remote.c
3876
do_print_cookie_secrets(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3907
cmd_no_args(RES* ssl, char* cmd, char* p)
usr.sbin/unbound/daemon/remote.c
3938
execute_cmd(struct daemon_remote* rc, struct rc_state* s, RES* ssl, char* cmd,
usr.sbin/unbound/daemon/remote.c
4214
handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
usr.sbin/unbound/daemon/remote.c
4310
RES res;
usr.sbin/unbound/daemon/remote.c
579
ssl_print_text(RES* res, const char* text)
usr.sbin/unbound/daemon/remote.c
615
ssl_print_vmsg(RES* ssl, const char* format, va_list args)
usr.sbin/unbound/daemon/remote.c
623
int ssl_printf(RES* ssl, const char* format, ...)
usr.sbin/unbound/daemon/remote.c
634
ssl_read_line(RES* res, char* buf, size_t max)
usr.sbin/unbound/daemon/remote.c
692
static void send_ok(RES* ssl)
usr.sbin/unbound/daemon/remote.c
699
distribute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd)
usr.sbin/unbound/daemon/remote.c
718
do_stop(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
727
do_reload(RES* ssl, struct worker* worker, int reuse_cache)
usr.sbin/unbound/daemon/remote.c
738
fr_parse_options(RES* ssl, char* arg, int* fr_verb, int* fr_nopause,
usr.sbin/unbound/daemon/remote.c
773
do_fast_reload(RES* ssl, struct worker* worker, struct rc_state* s, char* arg)
usr.sbin/unbound/daemon/remote.c
796
do_verbosity(RES* ssl, char* str)
usr.sbin/unbound/daemon/remote.c
809
print_stats(RES* ssl, const char* nm, struct ub_stats_info* s)
usr.sbin/unbound/daemon/remote.c
8483
fast_reload_thread_start(RES* ssl, struct worker* worker, struct rc_state* s,
usr.sbin/unbound/daemon/remote.c
888
print_thread_stats(RES* ssl, int i, struct ub_stats_info* s)
usr.sbin/unbound/daemon/remote.c
898
print_longnum(RES* ssl, const char* desc, size_t x)
usr.sbin/unbound/daemon/remote.c
913
print_mem(RES* ssl, struct worker* worker, struct daemon* daemon,
usr.sbin/unbound/daemon/remote.h
325
int ssl_print_text(RES* ssl, const char* text);
usr.sbin/unbound/daemon/remote.h
333
int ssl_printf(RES* ssl, const char* format, ...)
usr.sbin/unbound/daemon/remote.h
344
int ssl_read_line(RES* ssl, char* buf, size_t max);
usr.sbin/unbound/daemon/remote.h
359
void fast_reload_thread_start(RES* ssl, struct worker* worker,