Home
last modified time | relevance | path

Searched refs:ixfr_soa_serial (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/unbound/testcode/
H A Dtestpkts.h230 uint32_t ixfr_soa_serial; member
H A Dtestpkts.c155 e->ixfr_soa_serial = (uint32_t)strtol(parse, (char**)&parse, 10); in matchline()
294 e->ixfr_soa_serial = 0; in new_entry()
1632 if(p->match_serial && get_serial(query_pkt, len) != p->ixfr_soa_serial) { in find_match()