Home
last modified time | relevance | path

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

/src/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()
81 struct subnet_msg_cache_data *r = (struct subnet_msg_cache_data*)d; in msg_cache_sizefunc()
83 + sizeof(struct subnet_msg_cache_data) in msg_cache_sizefunc()
352 get_tree(struct subnet_msg_cache_data *data, struct ecs_data *edns, in get_tree()
398 sizeof(struct subnet_msg_cache_data)); in update_cache()
474 struct subnet_msg_cache_data *data; in lookup_and_reply()
H A Dsubnetmod.h71 struct subnet_msg_cache_data { struct
/src/contrib/unbound/daemon/
H A Dremote.c1898 struct subnet_msg_cache_data* d = in cache_lookup_subnet_msg()
1899 (struct subnet_msg_cache_data*)e->data; in cache_lookup_subnet_msg()