| /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/ |
| 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 | 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 | name.c | 123 * Note: If additional attributes are added that should not be set for 131 name->attributes &= ~DNS_NAMEATTR_ABSOLUTE; \ 139 ((name->attributes & (DNS_NAMEATTR_READONLY|DNS_NAMEATTR_DYNAMIC)) \ 210 name->attributes = 0; 292 if ((name->attributes & DNS_NAMEATTR_ABSOLUTE) != 0) 314 REQUIRE(name->attributes & DNS_NAMEATTR_ABSOLUTE); 364 REQUIRE(name->attributes & DNS_NAMEATTR_ABSOLUTE); 565 REQUIRE((name1->attributes & DNS_NAMEATTR_ABSOLUTE) == 566 (name2->attributes & DNS_NAMEATTR_ABSOLUTE)); 715 REQUIRE((name1->attributes [all...] |
| H A D | db.c | 187 if ((db->attributes & DNS_DBATTR_CACHE) != 0) 202 if ((db->attributes & (DNS_DBATTR_CACHE|DNS_DBATTR_STUB)) == 0) 217 if ((db->attributes & DNS_DBATTR_STUB) != 0) 231 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0); 246 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0); 340 if ((db->attributes & DNS_DBATTR_CACHE) != 0) 403 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0); 417 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0); 432 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0); 452 REQUIRE((db->attributes [all...] |
| H A D | validator.c | 108 #define NEEDNODATA(val) ((val->attributes & VALATTR_NEEDNODATA) != 0) 109 #define NEEDNOQNAME(val) ((val->attributes & VALATTR_NEEDNOQNAME) != 0) 110 #define NEEDNOWILDCARD(val) ((val->attributes & VALATTR_NEEDNOWILDCARD) != 0) 111 #define DLVTRIED(val) ((val->attributes & VALATTR_DLVTRIED) != 0) 112 #define FOUNDNODATA(val) ((val->attributes & VALATTR_FOUNDNODATA) != 0) 113 #define FOUNDNOQNAME(val) ((val->attributes & VALATTR_FOUNDNOQNAME) != 0) 114 #define FOUNDNOWILDCARD(val) ((val->attributes & VALATTR_FOUNDNOWILDCARD) != 0) 115 #define FOUNDCLOSEST(val) ((val->attributes & VALATTR_FOUNDCLOSEST) != 0) 116 #define FOUNDOPTOUT(val) ((val->attributes & VALATTR_FOUNDOPTOUT) != 0) 118 #define SHUTDOWN(v) (((v)->attributes [all...] |
| H A D | rdataset.c | 65 rdataset->attributes = 0; 94 rdataset->attributes = 0; 121 rdataset->attributes = 0; 221 rdataset->attributes |= DNS_RDATASETATTR_QUESTION; 292 #define WANT_FIXED(r) (((r)->attributes & DNS_RDATASETATTR_FIXEDORDER) != 0) 293 #define WANT_RANDOM(r) (((r)->attributes & DNS_RDATASETATTR_RANDOMIZE) != 0) 340 if ((rdataset->attributes & DNS_RDATASETATTR_QUESTION) != 0) { 345 } else if ((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) { 468 name->attributes |= owner_name->attributes [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 | 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...] |
| H A D | ncache.c | 164 if ((name->attributes & DNS_NAMEATTR_NCACHE) != 0) { 168 if ((rdataset->attributes & 253 ncrdataset.attributes |= DNS_RDATASETATTR_NEGATIVE; 255 ncrdataset.attributes |= DNS_RDATASETATTR_NXDOMAIN; 257 ncrdataset.attributes |= DNS_RDATASETATTR_OPTOUT; 284 REQUIRE((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0); 516 REQUIRE((ncacherdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0); 593 REQUIRE((ncacherdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0); 690 REQUIRE((ncacherdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0);
|
| H A D | rdatalist.c | 234 rdataset->attributes |= DNS_RDATASETATTR_NOQNAME; 249 REQUIRE((rdataset->attributes & DNS_RDATASETATTR_NOQNAME) != 0); 325 rdataset->attributes |= DNS_RDATASETATTR_CLOSEST; 340 REQUIRE((rdataset->attributes & DNS_RDATASETATTR_CLOSEST) != 0);
|
| H A D | rriterator.c | 97 it->rdataset.attributes |= DNS_RDATASETATTR_LOADORDER; 139 it->rdataset.attributes |= DNS_RDATASETATTR_LOADORDER;
|
| 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 | masterdump.c | 242 #define NXDOMAIN(x) (((x)->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) 490 rdataset->attributes |= DNS_RDATASETATTR_LOADORDER; 608 if ((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) { 616 if ((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) 643 if ((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) { 1031 if (((rds->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) && 1044 rds->attributes & DNS_RDATASETATTR_RESIGN) { 1093 rdataset->attributes |= DNS_RDATASETATTR_LOADORDER; 1203 if (((rdataset.attributes & DNS_RDATASETATTR_NEGATIVE) != 0) &&
|
| H A D | view.c | 64 #define RESSHUTDOWN(v) (((v)->attributes & DNS_VIEWATTR_RESSHUTDOWN) != 0) 65 #define ADBSHUTDOWN(v) (((v)->attributes & DNS_VIEWATTR_ADBSHUTDOWN) != 0) 66 #define REQSHUTDOWN(v) (((v)->attributes & DNS_VIEWATTR_REQSHUTDOWN) != 0) 156 view->attributes = (DNS_VIEWATTR_RESSHUTDOWN|DNS_VIEWATTR_ADBSHUTDOWN| 703 view->attributes |= DNS_VIEWATTR_RESSHUTDOWN; 727 view->attributes |= DNS_VIEWATTR_ADBSHUTDOWN; 751 view->attributes |= DNS_VIEWATTR_REQSHUTDOWN; 805 view->attributes &= ~DNS_VIEWATTR_RESSHUTDOWN; 822 view->attributes &= ~DNS_VIEWATTR_ADBSHUTDOWN; 836 view->attributes [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 | rdataset.h | 136 * attributes 138 unsigned int attributes; member in struct:dns_rdataset 148 * Only valid if DNS_RDATASETATTR_RESIGN is set in attributes.
|
| /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/bin/named/ |
| H A D | query.c | 71 #define PARTIALANSWER(c) (((c)->query.attributes & \ 74 #define USECACHE(c) (((c)->query.attributes & \ 77 #define RECURSIONOK(c) (((c)->query.attributes & \ 80 #define RECURSING(c) (((c)->query.attributes & \ 83 #define CACHEGLUEOK(c) (((c)->query.attributes & \ 86 #define WANTRECURSION(c) (((c)->query.attributes & \ 89 #define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0) 92 #define WANTDNSSEC(c) (((c)->attributes & \ 95 #define WANTAD(c) (((c)->attributes & \ 98 #define HAVECOOKIE(c) (((c)->attributes [all...] |
| H A D | client.c | 92 #define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0) 119 #define WANTNSID(x) (((x)->attributes & NS_CLIENTATTR_WANTNSID) != 0) 120 #define WANTEXPIRE(x) (((x)->attributes & NS_CLIENTATTR_WANTEXPIRE) != 0) 513 client->attributes = 0; 738 * Clear all client attributes that are specific to 741 client->attributes &= NS_CLIENTATTR_TCP; 861 if ((client->attributes & NS_CLIENTATTR_HAVECOOKIE) == 0) { 915 if ((client->attributes & NS_CLIENTATTR_PKTINFO) != 0 && 916 (client->attributes & NS_CLIENTATTR_MULTICAST) == 0) 928 client->sendevent->attributes [all...] |
| H A D | xfrout.c | 925 (client->attributes & NS_CLIENTATTR_TCP) == 0) 981 (client->attributes & NS_CLIENTATTR_TCP) == 0) 1084 if ((client->attributes & NS_CLIENTATTR_WANTEXPIRE) != 0 && 1091 client->attributes |= NS_CLIENTATTR_HAVEEXPIRE; 1278 is_tcp = ISC_TF((xfr->client->attributes & NS_CLIENTATTR_TCP) != 0); 1302 if ((xfr->client->attributes & NS_CLIENTATTR_RA) != 0) 1313 if ((xfr->client->attributes & NS_CLIENTATTR_WANTOPT) != 0) { 1321 xfr->client->attributes &= ~NS_CLIENTATTR_WANTNSID; 1322 xfr->client->attributes &= ~NS_CLIENTATTR_HAVEEXPIRE;
|
| /bind-9.11.3/lib/isc/tests/ |
| H A D | socket_test.c | 70 if ((dev->attributes & ISC_SOCKEVENTATTR_DSCP) != 0) { 379 socketevent->attributes |= ISC_SOCKEVENTATTR_DSCP; 383 socketevent->attributes &= ~ISC_SOCKEVENTATTR_DSCP; 487 socketevent->attributes = ISC_SOCKEVENTATTR_DSCP;
|