/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | caa_257.h | 17 isc_uint8_t flags; member in struct:dns_rdata_caa
|
H A D | csync_62.h | 20 isc_uint16_t flags; member in struct:dns_rdata_csync
|
H A D | key_25.h | 20 isc_uint16_t flags; member in struct:dns_rdata_key
|
H A D | nsec3param_51.h | 24 unsigned char flags; /* DNS_NSEC3FLAG_* */ member in struct:dns_rdata_nsec3param
|
H A D | keydata_65533.h | 20 isc_uint16_t flags; /* Copy of DNSKEY_48 */ member in struct:dns_rdata_keydata
|
H A D | naptr_35.h | 22 char *flags; member in struct:dns_rdata_naptr
|
H A D | nsec3_50.h | 24 unsigned char flags; member in struct:dns_rdata_nsec3 41 * The following flags are used in the private-type record (implemented in 45 * same flags field for the OPTOUT flag above and for the private flags
|
H A D | caa_257.c | 37 isc_uint8_t flags; local 53 flags = (isc_uint8_t)(token.value.as_ulong & 255U); 54 RETERR(uint8_tobuffer(flags, target)); 83 isc_uint8_t flags; local 97 flags = uint8_consume_fromregion(®ion); 98 snprintf(buf, sizeof(buf), "%u ", flags); 208 RETERR(uint8_tobuffer(caa->flags, target)); 254 caa->flags = uint8_fromregion(&sr);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testutil.c | 55 create_conf_file(const char *filename, unsigned int flags, ...) { argument 69 va_start(ap, flags); 78 if (!(flags & CONF_NO_EOF_NEWLINE) && arg_index > 0)
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | interfaceiter.h | 22 * returned by the iterator. Interfaces whose netmask, interface flags, 48 isc_uint32_t flags; /*%< Flags; see INTERFACE flags. */ member in struct:isc_interface 52 /*! Interface flags. */
|
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | driver.c | 137 dyndb_version(unsigned int *flags) { argument 138 UNUSED(flags);
|
/bind-9.11.3/lib/lwres/ |
H A D | lwres_gnba.c | 32 lwres_uint32_t flags; 37 lwres_uint32_t flags; 152 lwres_buffer_putuint32(b, req->flags); 183 payload_length = 4; /* flags */ 210 lwres_buffer_putuint32(b, req->flags); 258 gnba->flags = lwres_buffer_getuint32(b); 287 lwres_uint32_t flags; local 302 * Pull off flags & naliases 306 flags = lwres_buffer_getuint32(b); 316 gnba->flags [all...] |
H A D | getrrset.c | 18 * null-terminated string. The flags field is currently unused and must 134 unsigned int rdtype, unsigned int flags, 166 * If any input flags were defined, lwflags would be set here 169 UNUSED(flags); 204 if ((response->flags & LWRDATA_VALIDATED) != 0) 133 lwres_getrrsetbyname(const char *hostname, unsigned int rdclass, unsigned int rdtype, unsigned int flags, struct rrsetinfo **res) argument
|
H A D | lwres_gabn.c | 34 lwres_uint32_t flags; 41 lwres_uint32_t flags; 158 lwres_buffer_putuint32(b, req->flags); 239 lwres_buffer_putuint32(b, req->flags); 283 lwres_uint32_t flags; local 297 flags = lwres_buffer_getuint32(b); 314 gabn->flags = flags; 331 lwres_uint32_t flags; local 353 flags [all...] |
H A D | lwres_grbn.c | 77 lwres_buffer_putuint32(b, req->flags); 119 /* flags, class, type, ttl, nrdatas, nsigs */ 155 lwres_buffer_putuint32(b, req->flags); 198 lwres_uint32_t flags; local 214 * Pull off the flags, class, and type. 216 flags = lwres_buffer_getuint32(b); 234 grbn->flags = flags; 251 lwres_uint32_t flags; local 268 * Pull off the flags, clas [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/contrib/queryparse/ |
H A D | queryparse | 5 import dns.flags namespace 88 if not opts.recurse and not dns.flags.RD: 91 querytest = msg.flags & dns.flags.QR 93 querytest = not (msg.flags & dns.flags.QR)
|
/bind-9.11.3/contrib/sdb/time/ |
H A D | timedb.c | 133 unsigned int flags; local 134 flags = DNS_SDBFLAG_RELATIVEOWNER | DNS_SDBFLAG_RELATIVERDATA; 135 return (dns_sdb_register("time", &timedb_methods, NULL, flags,
|
/bind-9.11.3/bin/tests/ |
H A D | entropy_test.c | 56 unsigned int flags; local 85 flags = 0; 86 flags |= ISC_ENTROPY_GOODONLY; 87 flags |= ISC_ENTROPY_PARTIAL; 88 result = isc_entropy_getdata(ent, buffer, 32, &returned, flags); 102 flags = 0; 103 flags |= ISC_ENTROPY_GOODONLY; 104 flags |= ISC_ENTROPY_BLOCKING; 106 flags);
|
H A D | entropy2_test.c | 118 unsigned int flags; local 143 flags = 0; 144 flags |= ISC_ENTROPY_GOODONLY; 145 flags |= ISC_ENTROPY_PARTIAL; 146 flags |= ISC_ENTROPY_BLOCKING; 148 result = isc_entropy_getdata(ent, buffer, 32, &returned, flags);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | syslog.c | 121 openlog(const char *name, int flags, ...) { argument
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | net.c | 130 int flags; local 179 flags = fcntl(sock, F_GETFL, 0); 180 if (flags < 0) 182 ret = fcntl(sock, F_SETFL, flags | O_NONBLOCK);
|
/bind-9.11.3/contrib/sdb/dir/ |
H A D | dirdb.c | 184 unsigned int flags; local 185 flags = DNS_SDBFLAG_RELATIVEOWNER | DNS_SDBFLAG_RELATIVERDATA | 187 return (dns_sdb_register("dir", &dirdb_methods, ns_g_mctx, flags,
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-revoke.c | 89 isc_uint32_t flags; local 214 flags = dst_key_flags(key); 215 if ((flags & DNS_KEYFLAG_REVOKE) == 0) { 218 if ((flags & DNS_KEYFLAG_KSK) == 0) 227 dst_key_setflags(key, flags | DNS_KEYFLAG_REVOKE); 255 dst_key_setflags(key, flags & ~DNS_KEYFLAG_REVOKE);
|
/bind-9.11.3/bin/named/include/named/ |
H A D | interfacemgr.h | 69 unsigned int flags; /*%< Interface characteristics */ member in struct:ns_interface
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | master.h | 81 isc_uint32_t flags; /* Flags */ member in struct:dns_masterrawheader
|