Home
last modified time | relevance | path

Searched defs:edns_strings (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dedns.h56 struct edns_strings { struct
59 rbtree_type client_strings;
61 uint16_t client_string_opcode;
63 struct regional* region;
H A Dedns.c61 struct edns_strings* edns_strings = calloc(1, in edns_strings_create() local
72 void edns_strings_delete(struct edns_strings* edns_strings) in edns_strings_delete()
81 edns_strings_client_insert(struct edns_strings* edns_strings, in edns_strings_client_insert()
101 int edns_strings_apply_cfg(struct edns_strings* edns_strings, in edns_strings_apply_cfg()
H A Dmodule.h541 struct edns_strings* edns_strings; member