Symbol: daemon_remote
sbin/unwind/libunbound/daemon/remote.h
259
struct daemon_remote* daemon_remote_create(struct config_file* cfg);
sbin/unwind/libunbound/daemon/remote.h
265
void daemon_remote_delete(struct daemon_remote* rc);
sbin/unwind/libunbound/daemon/remote.h
272
void daemon_remote_clear(struct daemon_remote* rc);
sbin/unwind/libunbound/daemon/remote.h
289
int daemon_remote_open_accept(struct daemon_remote* rc,
sbin/unwind/libunbound/daemon/remote.h
296
void daemon_remote_stop_accept(struct daemon_remote* rc);
sbin/unwind/libunbound/daemon/remote.h
302
void daemon_remote_start_accept(struct daemon_remote* rc);
sbin/unwind/libunbound/daemon/remote.h
58
struct daemon_remote;
sbin/unwind/libunbound/daemon/remote.h
81
struct daemon_remote* rc;
sbin/unwind/libunbound/daemon/worker.h
63
struct daemon_remote;
usr.sbin/nsd/nsd.h
264
struct daemon_remote* rc;
usr.sbin/nsd/nsd.h
35
struct daemon_remote;
usr.sbin/nsd/remote.c
141
struct daemon_remote* rc;
usr.sbin/nsd/remote.c
154
struct daemon_remote* rc;
usr.sbin/nsd/remote.c
268
remote_setup_ctx(struct daemon_remote* rc, struct nsd_options* cfg)
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
281
struct daemon_remote*
usr.sbin/nsd/remote.c
284
struct daemon_remote* rc = (struct daemon_remote*)xalloc_zero(
usr.sbin/nsd/remote.c
2851
remote_handshake_later(struct daemon_remote* rc, struct rc_state* s, int fd,
usr.sbin/nsd/remote.c
2902
struct daemon_remote* rc = s->rc;
usr.sbin/nsd/remote.c
325
void daemon_remote_close(struct daemon_remote* rc)
usr.sbin/nsd/remote.c
362
void daemon_remote_delete(struct daemon_remote* rc)
usr.sbin/nsd/remote.c
438
add_open(struct daemon_remote* rc, struct nsd_options* cfg, const char* ip,
usr.sbin/nsd/remote.c
529
daemon_remote_open_ports(struct daemon_remote* rc, struct nsd_options* cfg)
usr.sbin/nsd/remote.c
553
daemon_remote_attach(struct daemon_remote* rc, struct xfrd_state* xfrd)
usr.sbin/nsd/remote.c
577
struct daemon_remote *rc = hl->rc;
usr.sbin/nsd/remote.c
715
clean_point(struct daemon_remote* rc, struct rc_state* s)
usr.sbin/nsd/remote.h
58
struct daemon_remote;
usr.sbin/nsd/remote.h
69
struct daemon_remote* daemon_remote_create(struct nsd_options* cfg);
usr.sbin/nsd/remote.h
75
void daemon_remote_delete(struct daemon_remote* rc);
usr.sbin/nsd/remote.h
82
void daemon_remote_close(struct daemon_remote* rc);
usr.sbin/nsd/remote.h
90
int daemon_remote_open_ports(struct daemon_remote* rc,
usr.sbin/nsd/remote.h
99
void daemon_remote_attach(struct daemon_remote* rc, struct xfrd_state* xfrd);
usr.sbin/unbound/daemon/daemon.h
101
struct daemon_remote* rc;
usr.sbin/unbound/daemon/daemon.h
58
struct daemon_remote;
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
1416
do_zones_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker)
usr.sbin/unbound/daemon/remote.c
147
remote_setup_ctx(struct daemon_remote* rc, struct config_file* cfg)
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
1538
do_datas_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker)
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
1708
do_view_datas_remove(struct daemon_remote* rc, RES* ssl, struct worker* worker,
usr.sbin/unbound/daemon/remote.c
197
struct daemon_remote*
usr.sbin/unbound/daemon/remote.c
200
struct daemon_remote* rc = (struct daemon_remote*)calloc(1,
usr.sbin/unbound/daemon/remote.c
231
void daemon_remote_clear(struct daemon_remote* rc)
usr.sbin/unbound/daemon/remote.c
253
void daemon_remote_delete(struct daemon_remote* rc)
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
399
accept_open(struct daemon_remote* rc, int fd)
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
418
int daemon_remote_open_accept(struct daemon_remote* rc,
usr.sbin/unbound/daemon/remote.c
4237
remote_handshake_later(struct daemon_remote* rc, struct rc_state* s,
usr.sbin/unbound/daemon/remote.c
4272
struct daemon_remote* rc = s->rc;
usr.sbin/unbound/daemon/remote.c
432
void daemon_remote_stop_accept(struct daemon_remote* rc)
usr.sbin/unbound/daemon/remote.c
440
void daemon_remote_start_accept(struct daemon_remote* rc)
usr.sbin/unbound/daemon/remote.c
451
struct daemon_remote* rc = (struct daemon_remote*)arg;
usr.sbin/unbound/daemon/remote.c
541
clean_point(struct daemon_remote* rc, struct rc_state* s)
usr.sbin/unbound/daemon/remote.c
679
distribute_cmd(struct daemon_remote* rc, RES* ssl, char* cmd)
usr.sbin/unbound/daemon/remote.h
259
struct daemon_remote* daemon_remote_create(struct config_file* cfg);
usr.sbin/unbound/daemon/remote.h
265
void daemon_remote_delete(struct daemon_remote* rc);
usr.sbin/unbound/daemon/remote.h
272
void daemon_remote_clear(struct daemon_remote* rc);
usr.sbin/unbound/daemon/remote.h
289
int daemon_remote_open_accept(struct daemon_remote* rc,
usr.sbin/unbound/daemon/remote.h
296
void daemon_remote_stop_accept(struct daemon_remote* rc);
usr.sbin/unbound/daemon/remote.h
302
void daemon_remote_start_accept(struct daemon_remote* rc);
usr.sbin/unbound/daemon/remote.h
58
struct daemon_remote;
usr.sbin/unbound/daemon/remote.h
81
struct daemon_remote* rc;
usr.sbin/unbound/daemon/worker.h
63
struct daemon_remote;
usr.sbin/unbound/testcode/fake_event.c
1745
void daemon_remote_start_accept(struct daemon_remote* ATTR_UNUSED(rc))
usr.sbin/unbound/testcode/fake_event.c
1749
void daemon_remote_stop_accept(struct daemon_remote* ATTR_UNUSED(rc))
usr.sbin/unbound/testcode/fake_event.c
73
struct daemon_remote;
usr.sbin/unbound/testcode/testbound.c
623
struct daemon_remote* daemon_remote_create(struct config_file* ATTR_UNUSED(cfg))
usr.sbin/unbound/testcode/testbound.c
625
return (struct daemon_remote*)calloc(1, sizeof(struct daemon_remote));
usr.sbin/unbound/testcode/testbound.c
628
void daemon_remote_delete(struct daemon_remote* rc)
usr.sbin/unbound/testcode/testbound.c
633
void daemon_remote_clear(struct daemon_remote* ATTR_UNUSED(rc))
usr.sbin/unbound/testcode/testbound.c
638
int daemon_remote_open_accept(struct daemon_remote* ATTR_UNUSED(rc),