Symbol: msgreply_entry
sbin/unwind/libunbound/iterator/iter_delegpt.c
559
void delegpt_add_neg_msg(struct delegpt* dp, struct msgreply_entry* msg)
sbin/unwind/libunbound/iterator/iter_delegpt.h
387
void delegpt_add_neg_msg(struct delegpt* dp, struct msgreply_entry* msg);
sbin/unwind/libunbound/iterator/iter_delegpt.h
51
struct msgreply_entry;
sbin/unwind/libunbound/iterator/iterator.c
298
struct msgreply_entry* msg;
sbin/unwind/libunbound/services/cache/dns.c
1067
struct msgreply_entry* e = msg_cache_lookup(env,
sbin/unwind/libunbound/services/cache/dns.c
1184
struct msgreply_entry* msg;
sbin/unwind/libunbound/services/cache/dns.c
160
struct msgreply_entry* e;
sbin/unwind/libunbound/services/cache/dns.c
281
struct msgreply_entry*
sbin/unwind/libunbound/services/cache/dns.c
302
return (struct msgreply_entry*)e->key;
sbin/unwind/libunbound/services/cache/dns.c
312
struct msgreply_entry* neg;
sbin/unwind/libunbound/services/cache/dns.c
372
struct msgreply_entry* neg;
sbin/unwind/libunbound/services/cache/dns.c
910
struct msgreply_entry* key = (struct msgreply_entry*)e->key;
sbin/unwind/libunbound/services/cache/dns.h
267
struct msgreply_entry* msg_cache_lookup(struct module_env* env,
sbin/unwind/libunbound/services/mesh.c
339
struct msgreply_entry* key;
sbin/unwind/libunbound/services/mesh.c
349
key = (struct msgreply_entry*)e->key;
sbin/unwind/libunbound/util/data/msgreply.c
692
struct msgreply_entry* q = (struct msgreply_entry*)k;
sbin/unwind/libunbound/util/data/msgreply.c
694
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
sbin/unwind/libunbound/util/data/msgreply.c
705
struct msgreply_entry* q = (struct msgreply_entry*)k;
sbin/unwind/libunbound/util/data/msgreply.c
734
struct msgreply_entry*
sbin/unwind/libunbound/util/data/msgreply.c
738
struct msgreply_entry* e = (struct msgreply_entry*)malloc(
sbin/unwind/libunbound/util/data/msgreply.c
739
sizeof(struct msgreply_entry));
sbin/unwind/libunbound/util/data/msgreply.h
383
struct msgreply_entry* query_info_entrysetup(struct query_info* q,
sbin/unwind/libunbound/validator/validator.c
2476
struct msgreply_entry* e;
usr.sbin/unbound/daemon/remote.c
1897
struct msgreply_entry *k = (struct msgreply_entry*)e->key;
usr.sbin/unbound/daemon/remote.c
1941
struct msgreply_entry* k = (struct msgreply_entry*)e->key;
usr.sbin/unbound/daemon/remote.c
2289
struct msgreply_entry* k = (struct msgreply_entry*)e->key;
usr.sbin/unbound/daemon/remote.c
2392
&((struct msgreply_entry*)e->key)->key);
usr.sbin/unbound/daemon/remote.c
2478
&((struct msgreply_entry*)e->key)->key);
usr.sbin/unbound/edns-subnet/subnetmod.c
220
struct msgreply_entry *e = (struct msgreply_entry*)key;
usr.sbin/unbound/edns-subnet/subnetmod.c
375
struct msgreply_entry *mrep_entry;
usr.sbin/unbound/edns-subnet/subnetmod.c
80
struct msgreply_entry *q = (struct msgreply_entry*)k;
usr.sbin/unbound/edns-subnet/subnetmod.c
82
size_t s = sizeof(struct msgreply_entry)
usr.sbin/unbound/iterator/iter_delegpt.c
559
void delegpt_add_neg_msg(struct delegpt* dp, struct msgreply_entry* msg)
usr.sbin/unbound/iterator/iter_delegpt.h
387
void delegpt_add_neg_msg(struct delegpt* dp, struct msgreply_entry* msg);
usr.sbin/unbound/iterator/iter_delegpt.h
51
struct msgreply_entry;
usr.sbin/unbound/iterator/iterator.c
298
struct msgreply_entry* msg;
usr.sbin/unbound/services/cache/dns.c
1067
struct msgreply_entry* e = msg_cache_lookup(env,
usr.sbin/unbound/services/cache/dns.c
1184
struct msgreply_entry* msg;
usr.sbin/unbound/services/cache/dns.c
160
struct msgreply_entry* e;
usr.sbin/unbound/services/cache/dns.c
281
struct msgreply_entry*
usr.sbin/unbound/services/cache/dns.c
302
return (struct msgreply_entry*)e->key;
usr.sbin/unbound/services/cache/dns.c
312
struct msgreply_entry* neg;
usr.sbin/unbound/services/cache/dns.c
372
struct msgreply_entry* neg;
usr.sbin/unbound/services/cache/dns.c
910
struct msgreply_entry* key = (struct msgreply_entry*)e->key;
usr.sbin/unbound/services/cache/dns.h
267
struct msgreply_entry* msg_cache_lookup(struct module_env* env,
usr.sbin/unbound/services/mesh.c
339
struct msgreply_entry* key;
usr.sbin/unbound/services/mesh.c
349
key = (struct msgreply_entry*)e->key;
usr.sbin/unbound/testcode/fake_event.c
761
struct msgreply_entry* msg = (struct msgreply_entry*)e->key;
usr.sbin/unbound/util/data/msgreply.c
692
struct msgreply_entry* q = (struct msgreply_entry*)k;
usr.sbin/unbound/util/data/msgreply.c
694
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
usr.sbin/unbound/util/data/msgreply.c
705
struct msgreply_entry* q = (struct msgreply_entry*)k;
usr.sbin/unbound/util/data/msgreply.c
734
struct msgreply_entry*
usr.sbin/unbound/util/data/msgreply.c
738
struct msgreply_entry* e = (struct msgreply_entry*)malloc(
usr.sbin/unbound/util/data/msgreply.c
739
sizeof(struct msgreply_entry));
usr.sbin/unbound/util/data/msgreply.h
383
struct msgreply_entry* query_info_entrysetup(struct query_info* q,
usr.sbin/unbound/validator/validator.c
2476
struct msgreply_entry* e;