Symbol: RES
sbin/unwind/libunbound/daemon/remote.h
317
int ssl_print_text(RES* ssl, const char* text);
sbin/unwind/libunbound/daemon/remote.h
325
int ssl_printf(RES* ssl, const char* format, ...)
sbin/unwind/libunbound/daemon/remote.h
336
int ssl_read_line(RES* ssl, char* buf, size_t max);
sbin/unwind/libunbound/daemon/remote.h
351
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
2463
do_del_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) {
usr.sbin/nsd/remote.c
2505
can_dump_cookie_secrets(RES* ssl, nsd_type* const nsd)
usr.sbin/nsd/remote.c
2524
cookie_secret_file_dump_and_reload(RES* ssl, nsd_type* const nsd) {
usr.sbin/nsd/remote.c
2563
do_activate_cookie_secret(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2589
do_drop_cookie_secret(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2615
do_add_cookie_secret(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2664
do_print_cookie_secrets(RES* ssl, xfrd_state_type* xrfd, char* arg) {
usr.sbin/nsd/remote.c
2717
execute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd)
usr.sbin/nsd/remote.c
2786
handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
usr.sbin/nsd/remote.c
2900
RES res;
usr.sbin/nsd/remote.c
2976
print_longnum(RES* ssl, char* desc, uint64_t x)
usr.sbin/nsd/remote.c
2991
print_stat_block(RES* ssl, char* n, char* d, struct nsdst* st)
usr.sbin/nsd/remote.c
3110
zonestat_print(RES *ssl, struct evbuffer *evbuf, xfrd_state_type *xfrd,
usr.sbin/nsd/remote.c
3173
print_stats(RES* ssl, xfrd_state_type* xfrd, struct timeval* now, int clear,
usr.sbin/nsd/remote.c
3342
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
1023
print_ext(RES* ssl, struct ub_stats_info* s, int inhibit_zero)
usr.sbin/unbound/daemon/remote.c
1219
do_stats(RES* ssl, struct worker* worker, int reset)
usr.sbin/unbound/daemon/remote.c
1254
parse_arg_name(RES* ssl, char* str, uint8_t** res, size_t* len, int* labs)
usr.sbin/unbound/daemon/remote.c
1284
find_arg2(RES* ssl, char* arg, char** arg2)
usr.sbin/unbound/daemon/remote.c
1309
perform_zone_add(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1349
do_zone_add(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1358
do_zones_add(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1386
perform_zone_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1407
do_zone_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1416
do_zones_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1444
check_RR_syntax(RES* ssl, char* str, int line)
usr.sbin/unbound/daemon/remote.c
1466
perform_data_add(RES* ssl, struct local_zones* zones, char* arg, int line)
usr.sbin/unbound/daemon/remote.c
1480
do_data_add(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1489
do_datas_add(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1514
perform_data_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1529
do_data_remove(RES* ssl, struct local_zones* zones, char* arg)
usr.sbin/unbound/daemon/remote.c
1538
do_datas_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
1566
do_view_zone_add(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1598
do_view_zone_remove(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1620
do_view_data_add(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1644
do_view_datas_add(struct daemon_remote* rc, RES* ssl, struct worker* worker,
usr.sbin/unbound/daemon/remote.c
1686
do_view_data_remove(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
1708
do_view_datas_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker,
usr.sbin/unbound/daemon/remote.c
1752
RES* ssl;
usr.sbin/unbound/daemon/remote.c
1999
do_cache_lookup_domain(RES* ssl, struct worker* worker, uint8_t* nm,
usr.sbin/unbound/daemon/remote.c
2030
do_cache_lookup(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2079
do_lookup(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2123
parse_remcachedb(RES* ssl, char** arg, int* pc)
usr.sbin/unbound/daemon/remote.c
2140
do_flush_type(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2168
do_flush_stats(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
2225
do_flush_infra(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2260
do_flush_requestlist(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
2323
do_flush_zone(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2412
do_flush_bogus(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2500
do_flush_negative(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2532
do_flush_name(RES* ssl, struct worker* w, char* arg)
usr.sbin/unbound/daemon/remote.c
2561
ssl_print_name_dp(RES* ssl, const char* str, uint8_t* nm, uint16_t dclass,
usr.sbin/unbound/daemon/remote.c
2595
print_root_fwds(RES* ssl, struct iter_forwards* fwds, uint8_t* root)
usr.sbin/unbound/daemon/remote.c
2615
parse_delegpt(RES* ssl, char* args, uint8_t* nm)
usr.sbin/unbound/daemon/remote.c
2678
do_forward(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2710
parse_fs_args(RES* ssl, char* args, uint8_t** nm, struct delegpt** dp,
usr.sbin/unbound/daemon/remote.c
2757
do_forward_add(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2793
do_forward_remove(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2814
do_stub_add(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2870
do_stub_remove(RES* ssl, struct worker* worker, char* args)
usr.sbin/unbound/daemon/remote.c
2894
do_insecure_add(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2915
do_insecure_remove(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
2930
do_insecure_list(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
2946
do_status(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3054
do_dump_requestlist(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3093
RES* ssl;
usr.sbin/unbound/daemon/remote.c
3148
do_dump_infra(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3160
do_log_reopen(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3169
do_auth_zone_reload(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3251
do_auth_zone_transfer(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3271
do_set_option(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3294
RES* ssl = (RES*)arg;
usr.sbin/unbound/daemon/remote.c
3300
do_get_option(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3312
do_list_forwards(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3344
do_list_stubs(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
3376
do_list_auth_zones(RES* ssl, struct auth_zones* az)
usr.sbin/unbound/daemon/remote.c
3429
do_list_local_zones(RES* ssl, struct local_zones* zones)
usr.sbin/unbound/daemon/remote.c
3451
do_list_local_data(RES* ssl, struct worker* worker, struct local_zones* zones)
usr.sbin/unbound/daemon/remote.c
3490
do_view_list_local_zones(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3506
do_view_list_local_data(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3525
RES* ssl;
usr.sbin/unbound/daemon/remote.c
3574
do_ratelimit_list(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3593
do_ip_ratelimit_list(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3612
do_rpz_enable_disable(RES* ssl, struct worker* worker, char* arg, int enable) {
usr.sbin/unbound/daemon/remote.c
3649
do_rpz_enable(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3656
do_rpz_disable(RES* ssl, struct worker* worker, char* arg)
usr.sbin/unbound/daemon/remote.c
3664
cookie_secret_file_dump(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3706
do_activate_cookie_secret(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3741
do_drop_cookie_secret(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3776
do_add_cookie_secret(RES* ssl, struct worker* worker, char* arg) {
usr.sbin/unbound/daemon/remote.c
3836
do_print_cookie_secrets(RES* ssl, struct worker* worker) {
usr.sbin/unbound/daemon/remote.c
3867
cmd_no_args(RES* ssl, char* cmd, char* p)
usr.sbin/unbound/daemon/remote.c
3898
execute_cmd(struct daemon_remote* rc, struct rc_state* s, RES* ssl, char* cmd,
usr.sbin/unbound/daemon/remote.c
4174
handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
usr.sbin/unbound/daemon/remote.c
4270
RES res;
usr.sbin/unbound/daemon/remote.c
559
ssl_print_text(RES* res, const char* text)
usr.sbin/unbound/daemon/remote.c
595
ssl_print_vmsg(RES* ssl, const char* format, va_list args)
usr.sbin/unbound/daemon/remote.c
603
int ssl_printf(RES* ssl, const char* format, ...)
usr.sbin/unbound/daemon/remote.c
614
ssl_read_line(RES* res, char* buf, size_t max)
usr.sbin/unbound/daemon/remote.c
672
static void send_ok(RES* ssl)
usr.sbin/unbound/daemon/remote.c
679
distribute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd)
usr.sbin/unbound/daemon/remote.c
698
do_stop(RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
707
do_reload(RES* ssl, struct worker* worker, int reuse_cache)
usr.sbin/unbound/daemon/remote.c
718
fr_parse_options(RES* ssl, char* arg, int* fr_verb, int* fr_nopause,
usr.sbin/unbound/daemon/remote.c
753
do_fast_reload(RES* ssl, struct worker* worker, struct rc_state* s, char* arg)
usr.sbin/unbound/daemon/remote.c
776
do_verbosity(RES* ssl, char* str)
usr.sbin/unbound/daemon/remote.c
789
print_stats(RES* ssl, const char* nm, struct ub_stats_info* s)
usr.sbin/unbound/daemon/remote.c
8162
fast_reload_thread_start(RES* ssl, struct worker* worker, struct rc_state* s,
usr.sbin/unbound/daemon/remote.c
864
print_thread_stats(RES* ssl, int i, struct ub_stats_info* s)
usr.sbin/unbound/daemon/remote.c
874
print_longnum(RES* ssl, const char* desc, size_t x)
usr.sbin/unbound/daemon/remote.c
889
print_mem(RES* ssl, struct worker* worker, struct daemon* daemon,
usr.sbin/unbound/daemon/remote.c
976
print_uptime(RES* ssl, struct worker* worker, int reset)
usr.sbin/unbound/daemon/remote.c
995
print_hist(RES* ssl, struct ub_stats_info* s)
usr.sbin/unbound/daemon/remote.h
317
int ssl_print_text(RES* ssl, const char* text);
usr.sbin/unbound/daemon/remote.h
325
int ssl_printf(RES* ssl, const char* format, ...)
usr.sbin/unbound/daemon/remote.h
336
int ssl_read_line(RES* ssl, char* buf, size_t max);
usr.sbin/unbound/daemon/remote.h
351
void fast_reload_thread_start(RES* ssl, struct worker* worker,