/bind-9.11.3/lib/dns/tests/ |
H A D | rdatasetstats_test.c | 33 unsigned int attributes; local 35 attributes = 0; 36 if (stale) attributes |= DNS_RDATASTATSTYPE_ATTR_STALE; 37 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 40 attributes = DNS_RDATASTATSTYPE_ATTR_NXRRSET; 41 if (stale) attributes |= DNS_RDATASTATSTYPE_ATTR_STALE; 42 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 49 unsigned int attributes; local 51 attributes = DNS_RDATASTATSTYPE_ATTR_NXDOMAIN; 52 if (stale) attributes | 59 unsigned int attributes; local 86 unsigned int attributes; local [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | dispatch.h | 78 isc_uint32_t attributes; /*%< mirrored from socket.h */ member in struct:dns_dispatchevent 252 unsigned int attributes, unsigned int mask, 261 unsigned int attributes, unsigned int mask, 280 *\li (attributes & DNS_DISPATCHATTR_TCP) == 0 293 unsigned int attributes, dns_dispatch_t **dispp); 300 unsigned int attributes, dns_dispatch_t **dispp); 334 *\li attributes includes #DNS_DISPATCHATTR_TCP and does not include 497 * Return the attributes (DNS_DISPATCHATTR_xxx) of this dispatch. Only the 498 * non-changeable attributes are expected to be referenced by the caller. 506 unsigned int attributes, unsigne [all...] |
H A D | name.h | 106 unsigned int attributes; member in struct:dns_name 234 * \li + Of the attributes associated with 'name', all are retained except 1364 _n->attributes = 0; \ 1376 (n)->attributes &= ~DNS_NAMEATTR_ABSOLUTE; \ 1385 (((n)->attributes & DNS_NAMEATTR_ABSOLUTE) != 0 ? ISC_TRUE : ISC_FALSE)
|
H A D | validator.h | 123 unsigned int attributes; member in struct:dns_validator
|
H A D | rbt.h | 82 * but in the case of "attributes" the field is wider to accommodate 102 unsigned int attributes : 3; /*%< range is 0..2 */ member in struct:dns_rbtnode
|
H A D | rdataset.h | 136 * attributes 138 unsigned int attributes; member in struct:dns_rdataset 148 * Only valid if DNS_RDATASETATTR_RESIGN is set in attributes.
|
H A D | db.h | 221 isc_uint16_t attributes; member in struct:dns_db
|
H A D | view.h | 25 * Views start out "unfrozen". In this state, core attributes like 29 * "frozen", the core attributes become immutable, and the view module 30 * will ensure synchronization. Freezing allows the view's core attributes 193 unsigned int attributes; member in struct:dns_view
|
/bind-9.11.3/bin/named/include/named/ |
H A D | query.h | 35 unsigned int attributes; member in struct:ns_query
|
H A D | client.h | 98 unsigned int attributes; member in struct:ns_client
|
/bind-9.11.3/lib/dns/ |
H A D | stats.c | 311 dump_rdentry(int rdcounter, isc_uint64_t value, dns_rdatastatstype_t attributes, argument 318 attributes |= DNS_RDATASTATSTYPE_ATTR_OTHERTYPE; 326 attributes); 352 unsigned int attributes; local 359 attributes = DNS_RDATASTATSTYPE_ATTR_NXRRSET; 360 dump_rdentry(counter, value, attributes, rdatadumparg->fn, 367 attributes = DNS_RDATASTATSTYPE_ATTR_STALE; 368 dump_rdentry(counter, value, attributes, rdatadumparg->fn, 372 attributes = DNS_RDATASTATSTYPE_ATTR_NXRRSET | 374 dump_rdentry(counter, value, attributes, rdatadumpar [all...] |
H A D | ecdb.c | 66 unsigned int attributes; member in struct:rdatasetheader 75 (((header)->attributes & RDATASET_ATTR_NXDOMAIN) != 0) 77 (((header)->attributes & RDATASET_ATTR_NEGATIVE) != 0) 404 rdataset->attributes |= DNS_RDATASETATTR_NXDOMAIN; 406 rdataset->attributes |= DNS_RDATASETATTR_NEGATIVE; 467 header->attributes = 0; 468 if ((rdataset->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) 469 header->attributes |= RDATASET_ATTR_NXDOMAIN; 470 if ((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) 471 header->attributes | [all...] |
H A D | client.c | 74 unsigned int attributes; member in struct:dns_client 405 (*clientp)->attributes |= DNS_CLIENTATTR_OWNCTX; 533 client->attributes = 0; 579 if ((client->attributes & DNS_CLIENTATTR_OWNCTX) != 0) { 1240 if ((client->attributes & DNS_CLIENTATTR_OWNCTX) == 0 && 1651 if ((client->attributes & DNS_CLIENTATTR_OWNCTX) == 0 && 2706 if ((client->attributes & DNS_CLIENTATTR_OWNCTX) == 0 && 3196 target->attributes |= DNS_NAMEATTR_HASUPDATEREC; 3200 target->attributes |= DNS_NAMEATTR_UPDATE; 3202 target->attributes | [all...] |
H A D | dispatch.c | 119 #define IS_PRIVATE(d) (((d)->attributes & DNS_DISPATCHATTR_PRIVATE) != 0) 224 unsigned int attributes; member in struct:dns_dispatch 311 unsigned int attributes, 966 ev->attributes = 0; 1099 if ((disp->attributes & DNS_DISPATCHATTR_EXCLUSIVE) != 0) { 1271 rev->attributes = ev->attributes; 1502 if ((disp->attributes & DNS_DISPATCHATTR_NOLISTEN) != 0) 1511 if ((disp->attributes & DNS_DISPATCHATTR_EXCLUSIVE) != 0 && 2243 unsigned int attributes, unsigne 2242 dispatch_find(dns_dispatchmgr_t *mgr, isc_sockaddr_t *local, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument 2493 dns_dispatch_createtcp(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument 2509 dns_dispatch_createtcp2(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, isc_sockaddr_t *destaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument 2627 unsigned int attributes, mask; local 2677 unsigned int attributes, mask; local 2746 dns_dispatch_getudp_dup(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp, dns_dispatch_t *dup_dispatch) argument 2832 dns_dispatch_getudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument 2961 dispatch_createudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int maxrequests, unsigned int attributes, dns_dispatch_t **dispp, isc_socket_t *dup_socket) argument 3678 dns_dispatch_changeattributes(dns_dispatch_t *disp, unsigned int attributes, unsigned int mask) argument [all...] |
H A D | rbtdb.c | 433 isc_uint16_t attributes; member in struct:rdatasetheader 530 (((header)->attributes & RDATASET_ATTR_NONEXISTENT) == 0) 532 (((header)->attributes & RDATASET_ATTR_NONEXISTENT) != 0) 534 (((header)->attributes & RDATASET_ATTR_IGNORE) != 0) 536 (((header)->attributes & RDATASET_ATTR_RETAIN) != 0) 538 (((header)->attributes & RDATASET_ATTR_NXDOMAIN) != 0) 540 (((header)->attributes & RDATASET_ATTR_STALE) != 0) 542 (((header)->attributes & RDATASET_ATTR_RESIGN) != 0) 544 (((header)->attributes & RDATASET_ATTR_OPTOUT) != 0) 546 (((header)->attributes 670 unsigned int attributes; member in struct:dns_rbtdb [all...] |
H A D | resolver.c | 218 unsigned int attributes; member in struct:query 237 #define RESQUERY_CANCELED(q) (((q)->attributes & \ 277 unsigned int attributes; member in struct:fetchctx 387 #define HAVE_ANSWER(f) (((f)->attributes & FCTX_ATTR_HAVEANSWER) != \ 389 #define GLUING(f) (((f)->attributes & FCTX_ATTR_GLUING) != \ 391 #define ADDRWAIT(f) (((f)->attributes & FCTX_ATTR_ADDRWAIT) != \ 393 #define SHUTTINGDOWN(f) (((f)->attributes & FCTX_ATTR_SHUTTINGDOWN) \ 395 #define WANTCACHE(f) (((f)->attributes & FCTX_ATTR_WANTCACHE) != 0) 396 #define WANTNCACHE(f) (((f)->attributes & FCTX_ATTR_WANTNCACHE) != 0) 397 #define NEEDEDNS0(f) (((f)->attributes [all...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | socket.h | 224 isc_uint32_t attributes; /*%< see below */ member in struct:isc_socketevent
|