Searched refs:nsigs (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dlwres_grbn.c128 /* flags, class, type, ttl, nrdatas, nsigs */
135 for (x = 0; x < req->nsigs; x++)
171 lwres_buffer_putuint16(b, req->nsigs);
187 for (x = 0; x < req->nsigs; x++) {
263 lwres_uint16_t nrdatas, nsigs; local
277 * Pull off the flags, class, type, ttl, nrdatas, and nsigs
286 nsigs = lwres_buffer_getuint16(b);
306 grbn->nsigs = nsigs;
322 if (nsigs >
[all...]
H A Dgetrrset.c234 rrset->rri_nsigs = response->nsigs;
/bind-9.6-ESV-R11/bin/named/
H A Dlwdgrbn.c259 grbn->nsigs = 0;
309 grbn->nsigs = dns_rdataset_count(sigrdataset);
310 grbn->sigs = isc_mem_get(cm->mctx, grbn->nsigs *
314 grbn->siglen = isc_mem_get(cm->mctx, grbn->nsigs *
320 result = fill_array(&i, sigrdataset, grbn->nsigs, grbn->sigs,
324 INSIST(i == grbn->nsigs);
325 ns_lwdclient_log(50, "filled in %d signature%s", grbn->nsigs,
326 (grbn->nsigs == 1) ? "" : "s");
349 grbn->nsigs * sizeof(unsigned char *));
352 grbn->nsigs * sizeo
[all...]
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c609 unsigned int nrdatas, unsigned int nsigs,
632 if (rrinfo->rri_nsigs != nsigs) {
634 name, rdtype, rrinfo->rri_nsigs, nsigs);
608 test_getrrsetbyname(const char *name, int rdclass, int rdtype, unsigned int nrdatas, unsigned int nsigs, int should_pass) argument
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwres.h197 lwres_uint16_t nsigs; member in struct:__anon222

Completed in 2421 milliseconds