Home
last modified time | relevance | path

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

/freebsd-src/contrib/unbound/util/
H A Dedns.h55 struct edns_strings { global() struct
58 client_stringsedns_strings global() argument
60 client_string_opcodeedns_strings global() argument
62 regionedns_strings global() argument
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() argument
81 edns_strings_client_insert(struct edns_strings * edns_strings,struct sockaddr_storage * addr,socklen_t addrlen,int net,const char * string) edns_strings_client_insert() argument
101 edns_strings_apply_cfg(struct edns_strings * edns_strings,struct config_file * config) edns_strings_apply_cfg() argument
[all...]
H A Dmodule.h539 struct edns_strings* edns_strings; global() member