Searched refs:nsigs (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/lwres/ |
H A D | lwres_grbn.c | 119 /* flags, class, type, ttl, nrdatas, nsigs */ 126 for (x = 0; x < req->nsigs; x++) 162 lwres_buffer_putuint16(b, req->nsigs); 178 for (x = 0; x < req->nsigs; x++) { 254 lwres_uint16_t nrdatas, nsigs; local 268 * Pull off the flags, class, type, ttl, nrdatas, and nsigs 277 nsigs = lwres_buffer_getuint16(b); 297 grbn->nsigs = nsigs; 313 if (nsigs > [all...] |
H A D | getrrset.c | 225 rrset->rri_nsigs = response->nsigs;
|
/bind-9.11.3/bin/named/ |
H A D | lwdgrbn.c | 250 grbn->nsigs = 0; 300 grbn->nsigs = dns_rdataset_count(sigrdataset); 301 grbn->sigs = isc_mem_get(cm->mctx, grbn->nsigs * 305 grbn->siglen = isc_mem_get(cm->mctx, grbn->nsigs * 311 result = fill_array(&i, sigrdataset, grbn->nsigs, grbn->sigs, 315 INSIST(i == grbn->nsigs); 316 ns_lwdclient_log(50, "filled in %d signature%s", grbn->nsigs, 317 (grbn->nsigs == 1) ? "" : "s"); 340 grbn->nsigs * sizeof(unsigned char *)); 343 grbn->nsigs * sizeo [all...] |
/bind-9.11.3/bin/tests/system/lwresd/ |
H A D | lwtest.c | 602 unsigned int nrdatas, unsigned int nsigs, 625 if (rrinfo->rri_nsigs != nsigs) { 627 name, rdtype, rrinfo->rri_nsigs, nsigs); 601 test_getrrsetbyname(const char *name, int rdclass, int rdtype, unsigned int nrdatas, unsigned int nsigs, int should_pass) argument
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | lwres.h | 189 lwres_uint16_t nsigs; member in struct:__anon321
|
Completed in 932 milliseconds