Searched refs:reply_pkt (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | unitverify.c | 76 sldns_buffer_write(pkt, e->reply_list->reply_pkt, in entry_to_buf() 219 char* s = sldns_wire2str_pkt(e->reply_list->reply_pkt, in verifytest_entry() 258 char* s = sldns_wire2str_pkt(e->reply_list->reply_pkt, in dstest_entry() 434 char* s = sldns_wire2str_pkt(e->reply_list->reply_pkt, in nsec3_hash_test_entry()
|
| D | testpkts.h | 177 uint8_t* reply_pkt; member
|
| D | testpkts.c | 99 pkt->reply_pkt = NULL; in entry_add_reply() 606 cur_reply->reply_pkt = memdup(pktbuf, pktlen); in read_entry() 608 if(!cur_reply->reply_pkt) in read_entry() 668 cur_reply->reply_pkt = memdup(pktbuf, pktlen); in read_entry() 670 if(!cur_reply->reply_pkt) in read_entry() 1546 reply = p->reply_list->reply_pkt; in find_match() 1823 outbuf = p->reply_pkt; in handle_query() 1862 free(p->reply_pkt); in delete_replylist()
|
| D | fake_event.c | 244 (*entry)->reply_list->reply_pkt, in pending_find_match() 333 log_pkt("extra_packet ", reppkt->reply_pkt, reppkt->reply_len); in fill_buffer_with_reply() 340 c = reppkt->reply_pkt; in fill_buffer_with_reply() 465 log_pkt("query pkt", todo->match->reply_list->reply_pkt, in fake_front_query()
|