Searched defs:nsigs (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dlwres_grbn.c119 /* 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...]
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwres.h189 lwres_uint16_t nsigs; member in struct:__anon321
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c602 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

Completed in 14 milliseconds