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
299
struct msgreply_entry* msg;
sbin/unwind/libunbound/services/cache/dns.c
1121
struct msgreply_entry* e = msg_cache_lookup(env,
sbin/unwind/libunbound/services/cache/dns.c
1238
struct msgreply_entry* msg;
sbin/unwind/libunbound/services/cache/dns.c
169
struct msgreply_entry* e;
sbin/unwind/libunbound/services/cache/dns.c
303
struct msgreply_entry*
sbin/unwind/libunbound/services/cache/dns.c
324
return (struct msgreply_entry*)e->key;
sbin/unwind/libunbound/services/cache/dns.c
334
struct msgreply_entry* neg;
sbin/unwind/libunbound/services/cache/dns.c
394
struct msgreply_entry* neg;
sbin/unwind/libunbound/services/cache/dns.c
964
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
342
struct msgreply_entry* key;
sbin/unwind/libunbound/services/mesh.c
352
key = (struct msgreply_entry*)e->key;
sbin/unwind/libunbound/util/data/msgreply.c
720
struct msgreply_entry* q = (struct msgreply_entry*)k;
sbin/unwind/libunbound/util/data/msgreply.c
722
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
sbin/unwind/libunbound/util/data/msgreply.c
733
struct msgreply_entry* q = (struct msgreply_entry*)k;
sbin/unwind/libunbound/util/data/msgreply.c
762
struct msgreply_entry*
sbin/unwind/libunbound/util/data/msgreply.c
766
struct msgreply_entry* e = (struct msgreply_entry*)malloc(
sbin/unwind/libunbound/util/data/msgreply.c
767
sizeof(struct msgreply_entry));
sbin/unwind/libunbound/util/data/msgreply.h
392
struct msgreply_entry* query_info_entrysetup(struct query_info* q,
sbin/unwind/libunbound/validator/validator.c
2555
struct msgreply_entry* e;
usr.sbin/unbound/daemon/remote.c
1937
struct msgreply_entry *k = (struct msgreply_entry*)e->key;
usr.sbin/unbound/daemon/remote.c
1981
struct msgreply_entry* k = (struct msgreply_entry*)e->key;
usr.sbin/unbound/daemon/remote.c
2329
struct msgreply_entry* k = (struct msgreply_entry*)e->key;
usr.sbin/unbound/daemon/remote.c
2432
&((struct msgreply_entry*)e->key)->key);
usr.sbin/unbound/daemon/remote.c
2518
&((struct msgreply_entry*)e->key)->key);
usr.sbin/unbound/edns-subnet/subnetmod.c
236
struct msgreply_entry *e = (struct msgreply_entry*)key;
usr.sbin/unbound/edns-subnet/subnetmod.c
391
struct msgreply_entry *mrep_entry;
usr.sbin/unbound/edns-subnet/subnetmod.c
81
struct msgreply_entry *q = (struct msgreply_entry*)k;
usr.sbin/unbound/edns-subnet/subnetmod.c
83
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
299
struct msgreply_entry* msg;
usr.sbin/unbound/services/cache/dns.c
1121
struct msgreply_entry* e = msg_cache_lookup(env,
usr.sbin/unbound/services/cache/dns.c
1238
struct msgreply_entry* msg;
usr.sbin/unbound/services/cache/dns.c
169
struct msgreply_entry* e;
usr.sbin/unbound/services/cache/dns.c
303
struct msgreply_entry*
usr.sbin/unbound/services/cache/dns.c
324
return (struct msgreply_entry*)e->key;
usr.sbin/unbound/services/cache/dns.c
334
struct msgreply_entry* neg;
usr.sbin/unbound/services/cache/dns.c
394
struct msgreply_entry* neg;
usr.sbin/unbound/services/cache/dns.c
964
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
342
struct msgreply_entry* key;
usr.sbin/unbound/services/mesh.c
352
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
720
struct msgreply_entry* q = (struct msgreply_entry*)k;
usr.sbin/unbound/util/data/msgreply.c
722
size_t s = sizeof(struct msgreply_entry) + sizeof(struct reply_info)
usr.sbin/unbound/util/data/msgreply.c
733
struct msgreply_entry* q = (struct msgreply_entry*)k;
usr.sbin/unbound/util/data/msgreply.c
762
struct msgreply_entry*
usr.sbin/unbound/util/data/msgreply.c
766
struct msgreply_entry* e = (struct msgreply_entry*)malloc(
usr.sbin/unbound/util/data/msgreply.c
767
sizeof(struct msgreply_entry));
usr.sbin/unbound/util/data/msgreply.h
392
struct msgreply_entry* query_info_entrysetup(struct query_info* q,
usr.sbin/unbound/validator/validator.c
2555
struct msgreply_entry* e;