Home
last modified time | relevance | path

Searched refs:subnet_msg_cache_data (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c69 struct subnet_msg_cache_data *r; in subnet_data_delete()
70 r = (struct subnet_msg_cache_data*)d; in subnet_data_delete()
82 struct subnet_msg_cache_data *r = (struct subnet_msg_cache_data*)d; in msg_cache_sizefunc()
84 + sizeof(struct subnet_msg_cache_data) in msg_cache_sizefunc()
368 get_tree(struct subnet_msg_cache_data *data, struct ecs_data *edns, in get_tree()
414 sizeof(struct subnet_msg_cache_data)); in update_cache()
440 struct subnet_msg_cache_data *data = in update_cache()
441 (struct subnet_msg_cache_data*)lru_entry->data; in update_cache()
514 struct subnet_msg_cache_data *data) in lookup_check_servfail()
534 struct subnet_msg_cache_data *data; in lookup_and_reply()
H A Dsubnetmod.h71 struct subnet_msg_cache_data { struct
/freebsd/contrib/unbound/daemon/
H A Dremote.c1922 struct subnet_msg_cache_data* d = in cache_lookup_subnet_msg()
1923 (struct subnet_msg_cache_data*)e->data; in cache_lookup_subnet_msg()