sbin/unwind/libunbound/libunbound/context.c
143
find_id(struct ub_ctx* ctx, int* id)
sbin/unwind/libunbound/libunbound/context.c
157
context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass,
sbin/unwind/libunbound/libunbound/context.c
198
context_obtain_alloc(struct ub_ctx* ctx, int locking)
sbin/unwind/libunbound/libunbound/context.c
224
context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
sbin/unwind/libunbound/libunbound/context.c
263
context_deserialize_new_query(struct ub_ctx* ctx, uint8_t* p, uint32_t len)
sbin/unwind/libunbound/libunbound/context.c
296
context_lookup_new_query(struct ub_ctx* ctx, uint8_t* p, uint32_t len)
sbin/unwind/libunbound/libunbound/context.c
350
context_deserialize_answer(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.c
406
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.c
60
context_finalize(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/context.h
209
int context_finalize(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/context.h
231
struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/context.h
241
struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
sbin/unwind/libunbound/libunbound/context.h
249
void context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
sbin/unwind/libunbound/libunbound/context.h
306
struct ctx_query* context_lookup_new_query(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.h
316
struct ctx_query* context_deserialize_new_query(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.h
327
struct ctx_query* context_deserialize_answer(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.h
337
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/libunbound.c
1048
int ub_ctx_set_tls(struct ub_ctx* ctx, int tls)
sbin/unwind/libunbound/libunbound/libunbound.c
1061
int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr,
sbin/unwind/libunbound/libunbound/libunbound.c
111
ctx = (struct ub_ctx*)calloc(1, sizeof(*ctx));
sbin/unwind/libunbound/libunbound/libunbound.c
1143
ub_ctx_resolvconf(struct ub_ctx* ctx, const char* fname)
sbin/unwind/libunbound/libunbound/libunbound.c
1229
ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
sbin/unwind/libunbound/libunbound/libunbound.c
1333
static int ub_ctx_finalize(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
1345
int ub_ctx_print_local_zones(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
1356
int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name,
sbin/unwind/libunbound/libunbound/libunbound.c
1397
int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name)
sbin/unwind/libunbound/libunbound/libunbound.c
1423
int ub_ctx_data_add(struct ub_ctx* ctx, const char *data)
sbin/unwind/libunbound/libunbound/libunbound.c
1433
int ub_ctx_data_remove(struct ub_ctx* ctx, const char *data)
sbin/unwind/libunbound/libunbound/libunbound.c
1457
ub_ctx_set_event(struct ub_ctx* ctx, struct event_base* base) {
sbin/unwind/libunbound/libunbound/libunbound.c
181
struct ub_ctx*
sbin/unwind/libunbound/libunbound/libunbound.c
184
struct ub_ctx* ctx = ub_ctx_create_nopipe();
sbin/unwind/libunbound/libunbound/libunbound.c
221
struct ub_ctx*
sbin/unwind/libunbound/libunbound/libunbound.c
224
struct ub_ctx* ctx = ub_ctx_create_nopipe();
sbin/unwind/libunbound/libunbound/libunbound.c
235
struct ub_ctx*
sbin/unwind/libunbound/libunbound/libunbound.c
238
struct ub_ctx* ctx = ub_ctx_create_nopipe();
sbin/unwind/libunbound/libunbound/libunbound.c
263
static void ub_stop_bg(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
309
ub_ctx_delete(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
413
ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val)
sbin/unwind/libunbound/libunbound/libunbound.c
429
ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str)
sbin/unwind/libunbound/libunbound/libunbound.c
442
ub_ctx_config(struct ub_ctx* ctx, const char* fname)
sbin/unwind/libunbound/libunbound/libunbound.c
458
ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta)
sbin/unwind/libunbound/libunbound/libunbound.c
477
ub_ctx_add_ta_file(struct ub_ctx* ctx, const char* fname)
sbin/unwind/libunbound/libunbound/libunbound.c
495
int ub_ctx_add_ta_autr(struct ub_ctx* ctx, const char* fname)
sbin/unwind/libunbound/libunbound/libunbound.c
515
ub_ctx_trustedkeys(struct ub_ctx* ctx, const char* fname)
sbin/unwind/libunbound/libunbound/libunbound.c
534
ub_ctx_debuglevel(struct ub_ctx* ctx, int d)
sbin/unwind/libunbound/libunbound/libunbound.c
543
int ub_ctx_debugout(struct ub_ctx* ctx, void* out)
sbin/unwind/libunbound/libunbound/libunbound.c
555
ub_ctx_async(struct ub_ctx* ctx, int dothread)
sbin/unwind/libunbound/libunbound/libunbound.c
572
ub_poll(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
579
ub_fd(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
586
process_answer_detail(struct ub_ctx* ctx, uint8_t* msg, uint32_t len,
sbin/unwind/libunbound/libunbound/libunbound.c
651
process_answer(struct ub_ctx* ctx, uint8_t* msg, uint32_t len)
sbin/unwind/libunbound/libunbound/libunbound.c
670
ub_process(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
694
ub_wait(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libunbound.c
748
ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/libunbound.c
792
ub_resolve_event(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/libunbound.c
834
ub_resolve_async(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/libunbound.c
897
ub_cancel(struct ub_ctx* ctx, int async_id)
sbin/unwind/libunbound/libunbound/libunbound.c
90
static struct ub_ctx* ub_ctx_create_nopipe(void)
sbin/unwind/libunbound/libunbound/libunbound.c
92
struct ub_ctx* ctx;
sbin/unwind/libunbound/libunbound/libunbound.c
975
ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr)
sbin/unwind/libunbound/libunbound/libworker.c
131
libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb)
sbin/unwind/libunbound/libunbound/libworker.c
258
struct libworker* libworker_create_event(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/libworker.c
333
struct ub_ctx* ctx;
sbin/unwind/libunbound/libunbound/libworker.c
376
int libworker_bg(struct ub_ctx* ctx)
sbin/unwind/libunbound/libunbound/libworker.c
605
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q)
sbin/unwind/libunbound/libunbound/libworker.c
668
struct ub_ctx* ctx = q->w->ctx;
sbin/unwind/libunbound/libunbound/libworker.c
687
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
sbin/unwind/libunbound/libunbound/libworker.c
793
struct ub_ctx* ctx = q->w->ctx;
sbin/unwind/libunbound/libunbound/libworker.h
101
int libworker_bg(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/libworker.h
112
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q);
sbin/unwind/libunbound/libunbound/libworker.h
120
struct libworker* libworker_create_event(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/libworker.h
130
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
sbin/unwind/libunbound/libunbound/libworker.h
47
struct ub_ctx;
sbin/unwind/libunbound/libunbound/libworker.h
72
struct ub_ctx* ctx;
sbin/unwind/libunbound/libunbound/unbound-event.h
187
struct ub_ctx* ub_ctx_create_ub_event(struct ub_event_base* base);
sbin/unwind/libunbound/libunbound/unbound-event.h
204
struct ub_ctx* ub_ctx_create_event(struct event_base* base);
sbin/unwind/libunbound/libunbound/unbound-event.h
216
int ub_ctx_set_event(struct ub_ctx* ctx, struct event_base* base);
sbin/unwind/libunbound/libunbound/unbound-event.h
257
int ub_resolve_event(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/unbound-event.h
62
struct ub_ctx;
sbin/unwind/libunbound/libunbound/unbound.h
116
struct ub_ctx;
sbin/unwind/libunbound/libunbound/unbound.h
271
struct ub_ctx* ub_ctx_create(void);
sbin/unwind/libunbound/libunbound/unbound.h
278
void ub_ctx_delete(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/unbound.h
293
int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
sbin/unwind/libunbound/libunbound/unbound.h
309
int ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str);
sbin/unwind/libunbound/libunbound/unbound.h
321
int ub_ctx_config(struct ub_ctx* ctx, const char* fname);
sbin/unwind/libunbound/libunbound/unbound.h
340
int ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr);
sbin/unwind/libunbound/libunbound/unbound.h
351
int ub_ctx_set_tls(struct ub_ctx* ctx, int tls);
sbin/unwind/libunbound/libunbound/unbound.h
371
int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr,
sbin/unwind/libunbound/libunbound/unbound.h
388
int ub_ctx_resolvconf(struct ub_ctx* ctx, const char* fname);
sbin/unwind/libunbound/libunbound/unbound.h
401
int ub_ctx_hosts(struct ub_ctx* ctx, const char* fname);
sbin/unwind/libunbound/libunbound/unbound.h
414
int ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta);
sbin/unwind/libunbound/libunbound/unbound.h
425
int ub_ctx_add_ta_file(struct ub_ctx* ctx, const char* fname);
sbin/unwind/libunbound/libunbound/unbound.h
440
int ub_ctx_add_ta_autr(struct ub_ctx* ctx, const char* fname);
sbin/unwind/libunbound/libunbound/unbound.h
452
int ub_ctx_trustedkeys(struct ub_ctx* ctx, const char* fname);
sbin/unwind/libunbound/libunbound/unbound.h
462
int ub_ctx_debugout(struct ub_ctx* ctx, void* out);
sbin/unwind/libunbound/libunbound/unbound.h
472
int ub_ctx_debuglevel(struct ub_ctx* ctx, int d);
sbin/unwind/libunbound/libunbound/unbound.h
484
int ub_ctx_async(struct ub_ctx* ctx, int dothread);
sbin/unwind/libunbound/libunbound/unbound.h
494
int ub_poll(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/unbound.h
503
int ub_wait(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/unbound.h
514
int ub_fd(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/unbound.h
523
int ub_process(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/unbound.h
537
int ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/unbound.h
568
int ub_resolve_async(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/unbound.h
584
int ub_cancel(struct ub_ctx* ctx, int async_id);
sbin/unwind/libunbound/libunbound/unbound.h
605
int ub_ctx_print_local_zones(struct ub_ctx* ctx);
sbin/unwind/libunbound/libunbound/unbound.h
616
int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name,
sbin/unwind/libunbound/libunbound/unbound.h
626
int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name);
sbin/unwind/libunbound/libunbound/unbound.h
636
int ub_ctx_data_add(struct ub_ctx* ctx, const char *data);
sbin/unwind/libunbound/libunbound/unbound.h
644
int ub_ctx_data_remove(struct ub_ctx* ctx, const char *data);
sbin/unwind/resolver.c
107
struct ub_ctx *ctx;
sbin/unwind/resolver.c
1460
struct ub_ctx *ctx;
usr.sbin/unbound/libunbound/context.c
143
find_id(struct ub_ctx* ctx, int* id)
usr.sbin/unbound/libunbound/context.c
157
context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass,
usr.sbin/unbound/libunbound/context.c
198
context_obtain_alloc(struct ub_ctx* ctx, int locking)
usr.sbin/unbound/libunbound/context.c
224
context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
usr.sbin/unbound/libunbound/context.c
263
context_deserialize_new_query(struct ub_ctx* ctx, uint8_t* p, uint32_t len)
usr.sbin/unbound/libunbound/context.c
296
context_lookup_new_query(struct ub_ctx* ctx, uint8_t* p, uint32_t len)
usr.sbin/unbound/libunbound/context.c
350
context_deserialize_answer(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.c
406
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.c
60
context_finalize(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/context.h
209
int context_finalize(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/context.h
231
struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/context.h
241
struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
usr.sbin/unbound/libunbound/context.h
249
void context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc,
usr.sbin/unbound/libunbound/context.h
306
struct ctx_query* context_lookup_new_query(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.h
316
struct ctx_query* context_deserialize_new_query(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.h
327
struct ctx_query* context_deserialize_answer(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.h
337
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/libunbound.c
1048
int ub_ctx_set_tls(struct ub_ctx* ctx, int tls)
usr.sbin/unbound/libunbound/libunbound.c
1061
int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr,
usr.sbin/unbound/libunbound/libunbound.c
111
ctx = (struct ub_ctx*)calloc(1, sizeof(*ctx));
usr.sbin/unbound/libunbound/libunbound.c
1143
ub_ctx_resolvconf(struct ub_ctx* ctx, const char* fname)
usr.sbin/unbound/libunbound/libunbound.c
1229
ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
usr.sbin/unbound/libunbound/libunbound.c
1333
static int ub_ctx_finalize(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
1345
int ub_ctx_print_local_zones(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
1356
int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name,
usr.sbin/unbound/libunbound/libunbound.c
1397
int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name)
usr.sbin/unbound/libunbound/libunbound.c
1423
int ub_ctx_data_add(struct ub_ctx* ctx, const char *data)
usr.sbin/unbound/libunbound/libunbound.c
1433
int ub_ctx_data_remove(struct ub_ctx* ctx, const char *data)
usr.sbin/unbound/libunbound/libunbound.c
1457
ub_ctx_set_event(struct ub_ctx* ctx, struct event_base* base) {
usr.sbin/unbound/libunbound/libunbound.c
181
struct ub_ctx*
usr.sbin/unbound/libunbound/libunbound.c
184
struct ub_ctx* ctx = ub_ctx_create_nopipe();
usr.sbin/unbound/libunbound/libunbound.c
221
struct ub_ctx*
usr.sbin/unbound/libunbound/libunbound.c
224
struct ub_ctx* ctx = ub_ctx_create_nopipe();
usr.sbin/unbound/libunbound/libunbound.c
235
struct ub_ctx*
usr.sbin/unbound/libunbound/libunbound.c
238
struct ub_ctx* ctx = ub_ctx_create_nopipe();
usr.sbin/unbound/libunbound/libunbound.c
263
static void ub_stop_bg(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
309
ub_ctx_delete(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
413
ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val)
usr.sbin/unbound/libunbound/libunbound.c
429
ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str)
usr.sbin/unbound/libunbound/libunbound.c
442
ub_ctx_config(struct ub_ctx* ctx, const char* fname)
usr.sbin/unbound/libunbound/libunbound.c
458
ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta)
usr.sbin/unbound/libunbound/libunbound.c
477
ub_ctx_add_ta_file(struct ub_ctx* ctx, const char* fname)
usr.sbin/unbound/libunbound/libunbound.c
495
int ub_ctx_add_ta_autr(struct ub_ctx* ctx, const char* fname)
usr.sbin/unbound/libunbound/libunbound.c
515
ub_ctx_trustedkeys(struct ub_ctx* ctx, const char* fname)
usr.sbin/unbound/libunbound/libunbound.c
534
ub_ctx_debuglevel(struct ub_ctx* ctx, int d)
usr.sbin/unbound/libunbound/libunbound.c
543
int ub_ctx_debugout(struct ub_ctx* ctx, void* out)
usr.sbin/unbound/libunbound/libunbound.c
555
ub_ctx_async(struct ub_ctx* ctx, int dothread)
usr.sbin/unbound/libunbound/libunbound.c
572
ub_poll(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
579
ub_fd(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
586
process_answer_detail(struct ub_ctx* ctx, uint8_t* msg, uint32_t len,
usr.sbin/unbound/libunbound/libunbound.c
651
process_answer(struct ub_ctx* ctx, uint8_t* msg, uint32_t len)
usr.sbin/unbound/libunbound/libunbound.c
670
ub_process(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
694
ub_wait(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libunbound.c
748
ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/libunbound.c
792
ub_resolve_event(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/libunbound.c
834
ub_resolve_async(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/libunbound.c
897
ub_cancel(struct ub_ctx* ctx, int async_id)
usr.sbin/unbound/libunbound/libunbound.c
90
static struct ub_ctx* ub_ctx_create_nopipe(void)
usr.sbin/unbound/libunbound/libunbound.c
92
struct ub_ctx* ctx;
usr.sbin/unbound/libunbound/libunbound.c
975
ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr)
usr.sbin/unbound/libunbound/libworker.c
131
libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb)
usr.sbin/unbound/libunbound/libworker.c
258
struct libworker* libworker_create_event(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/libworker.c
333
struct ub_ctx* ctx;
usr.sbin/unbound/libunbound/libworker.c
376
int libworker_bg(struct ub_ctx* ctx)
usr.sbin/unbound/libunbound/libworker.c
605
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q)
usr.sbin/unbound/libunbound/libworker.c
668
struct ub_ctx* ctx = q->w->ctx;
usr.sbin/unbound/libunbound/libworker.c
687
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
usr.sbin/unbound/libunbound/libworker.c
793
struct ub_ctx* ctx = q->w->ctx;
usr.sbin/unbound/libunbound/libworker.h
101
int libworker_bg(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/libworker.h
112
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q);
usr.sbin/unbound/libunbound/libworker.h
120
struct libworker* libworker_create_event(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/libworker.h
130
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
usr.sbin/unbound/libunbound/libworker.h
47
struct ub_ctx;
usr.sbin/unbound/libunbound/libworker.h
72
struct ub_ctx* ctx;
usr.sbin/unbound/libunbound/unbound-event.h
187
struct ub_ctx* ub_ctx_create_ub_event(struct ub_event_base* base);
usr.sbin/unbound/libunbound/unbound-event.h
204
struct ub_ctx* ub_ctx_create_event(struct event_base* base);
usr.sbin/unbound/libunbound/unbound-event.h
216
int ub_ctx_set_event(struct ub_ctx* ctx, struct event_base* base);
usr.sbin/unbound/libunbound/unbound-event.h
257
int ub_resolve_event(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/unbound-event.h
62
struct ub_ctx;
usr.sbin/unbound/libunbound/unbound.h
116
struct ub_ctx;
usr.sbin/unbound/libunbound/unbound.h
271
struct ub_ctx* ub_ctx_create(void);
usr.sbin/unbound/libunbound/unbound.h
278
void ub_ctx_delete(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/unbound.h
293
int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
usr.sbin/unbound/libunbound/unbound.h
309
int ub_ctx_get_option(struct ub_ctx* ctx, const char* opt, char** str);
usr.sbin/unbound/libunbound/unbound.h
321
int ub_ctx_config(struct ub_ctx* ctx, const char* fname);
usr.sbin/unbound/libunbound/unbound.h
340
int ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr);
usr.sbin/unbound/libunbound/unbound.h
351
int ub_ctx_set_tls(struct ub_ctx* ctx, int tls);
usr.sbin/unbound/libunbound/unbound.h
371
int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr,
usr.sbin/unbound/libunbound/unbound.h
388
int ub_ctx_resolvconf(struct ub_ctx* ctx, const char* fname);
usr.sbin/unbound/libunbound/unbound.h
401
int ub_ctx_hosts(struct ub_ctx* ctx, const char* fname);
usr.sbin/unbound/libunbound/unbound.h
414
int ub_ctx_add_ta(struct ub_ctx* ctx, const char* ta);
usr.sbin/unbound/libunbound/unbound.h
425
int ub_ctx_add_ta_file(struct ub_ctx* ctx, const char* fname);
usr.sbin/unbound/libunbound/unbound.h
440
int ub_ctx_add_ta_autr(struct ub_ctx* ctx, const char* fname);
usr.sbin/unbound/libunbound/unbound.h
452
int ub_ctx_trustedkeys(struct ub_ctx* ctx, const char* fname);
usr.sbin/unbound/libunbound/unbound.h
462
int ub_ctx_debugout(struct ub_ctx* ctx, void* out);
usr.sbin/unbound/libunbound/unbound.h
472
int ub_ctx_debuglevel(struct ub_ctx* ctx, int d);
usr.sbin/unbound/libunbound/unbound.h
484
int ub_ctx_async(struct ub_ctx* ctx, int dothread);
usr.sbin/unbound/libunbound/unbound.h
494
int ub_poll(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/unbound.h
503
int ub_wait(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/unbound.h
514
int ub_fd(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/unbound.h
523
int ub_process(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/unbound.h
537
int ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/unbound.h
568
int ub_resolve_async(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/unbound.h
584
int ub_cancel(struct ub_ctx* ctx, int async_id);
usr.sbin/unbound/libunbound/unbound.h
605
int ub_ctx_print_local_zones(struct ub_ctx* ctx);
usr.sbin/unbound/libunbound/unbound.h
616
int ub_ctx_zone_add(struct ub_ctx* ctx, const char *zone_name,
usr.sbin/unbound/libunbound/unbound.h
626
int ub_ctx_zone_remove(struct ub_ctx* ctx, const char *zone_name);
usr.sbin/unbound/libunbound/unbound.h
636
int ub_ctx_data_add(struct ub_ctx* ctx, const char *data);
usr.sbin/unbound/libunbound/unbound.h
644
int ub_ctx_data_remove(struct ub_ctx* ctx, const char *data);
usr.sbin/unbound/smallapp/unbound-anchor.c
2129
add_5011_probe_root(struct ub_ctx* ctx, const char* root_anchor_file)
usr.sbin/unbound/smallapp/unbound-anchor.c
2146
prime_root_key(struct ub_ctx* ctx)
usr.sbin/unbound/smallapp/unbound-anchor.c
2266
struct ub_ctx* ctx;
usr.sbin/unbound/smallapp/unbound-anchor.c
276
ub_ctx_error_exit(struct ub_ctx* ctx, const char* str, const char* str2)
usr.sbin/unbound/smallapp/unbound-anchor.c
287
static struct ub_ctx*
usr.sbin/unbound/smallapp/unbound-anchor.c
292
struct ub_ctx* ctx = ub_ctx_create();
usr.sbin/unbound/smallapp/unbound-anchor.c
563
resolve_host_ip(struct ub_ctx* ctx, const char* host, int port, int tp, int cl,
usr.sbin/unbound/smallapp/unbound-anchor.c
653
struct ub_ctx* ctx;
usr.sbin/unbound/smallapp/unbound-host.c
369
dnslook(struct ub_ctx* ctx, char* q, int t, int c, int docname)
usr.sbin/unbound/smallapp/unbound-host.c
387
lookup(struct ub_ctx* ctx, const char* nm, const char* qt, const char* qc)
usr.sbin/unbound/smallapp/unbound-host.c
432
struct ub_ctx* ctx = NULL;
usr.sbin/unbound/testcode/asynclook.c
178
struct ub_ctx* ctx;
usr.sbin/unbound/testcode/asynclook.c
359
ext_test(struct ub_ctx* ctx, int argc, char** argv)
usr.sbin/unbound/testcode/asynclook.c
405
struct ub_ctx* ctx;