Home
last modified time | relevance | path

Searched refs:reply_info_parse (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitmsgparse.c218 ret = reply_info_parse(pkt, alloc, &qi, &rep, region, &edns); in perftestpkt()
332 ret = reply_info_parse(pkt, alloc, &qi, &rep, region, &edns); in testpkt()
H A Dunitverify.c96 ret = reply_info_parse(pkt, alloc, qi, rep, region, &edns); in entry_to_repinfo()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgreply.h288 int reply_info_parse(struct sldns_buffer* pkt, struct alloc_cache* alloc,
H A Dmsgreply.c504 int reply_info_parse(sldns_buffer* pkt, struct alloc_cache* alloc, in reply_info_parse() function