Lines Matching refs:attributes

67 #define PARTIALANSWER(c)	(((c)->query.attributes & \
70 #define USECACHE(c) (((c)->query.attributes & \
73 #define RECURSIONOK(c) (((c)->query.attributes & \
76 #define RECURSING(c) (((c)->query.attributes & \
79 #define CACHEGLUEOK(c) (((c)->query.attributes & \
82 #define WANTRECURSION(c) (((c)->query.attributes & \
85 #define WANTDNSSEC(c) (((c)->attributes & \
88 #define WANTAD(c) (((c)->attributes & \
92 #define NOAUTHORITY(c) (((c)->query.attributes & \
95 #define NOADDITIONAL(c) (((c)->query.attributes & \
98 #define SECURE(c) (((c)->query.attributes & \
102 #define NOQNAME(r) (((r)->attributes & \
313 client->query.attributes = (NS_QUERYATTR_RECURSIONOK |
407 REQUIRE((client->query.attributes & NS_QUERYATTR_NAMEBUFUSED) != 0);
412 client->query.attributes &= ~NS_QUERYATTR_NAMEBUFUSED;
427 INSIST((client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
429 client->query.attributes &= ~NS_QUERYATTR_NAMEBUFUSED;
443 REQUIRE((client->query.attributes & NS_QUERYATTR_NAMEBUFUSED) == 0);
456 client->query.attributes |= NS_QUERYATTR_NAMEBUFUSED;
665 if ((client->query.attributes &
674 if ((client->query.attributes &
722 client->query.attributes |=
729 client->query.attributes |= NS_QUERYATTR_QUERYOKVALID;
849 if ((client->query.attributes & NS_QUERYATTR_CACHEACLOKVALID) != 0) {
857 if ((client->query.attributes & NS_QUERYATTR_CACHEACLOK) == 0)
878 client->query.attributes |=
904 client->query.attributes |= NS_QUERYATTR_CACHEACLOKVALID;
1982 rdataset->attributes |= dns_order_find(client->view->order,
1985 rdataset->attributes |= DNS_RDATASETATTR_LOADORDER;
2060 client->query.attributes &= ~NS_QUERYATTR_SECURE;
3118 if ((name->attributes & DNS_NAMEATTR_WILDCARD) == 0) {
3208 client->query.attributes &= ~NS_QUERYATTR_RECURSING;
3306 (client->attributes & NS_CLIENTATTR_TCP) == 0) {
3342 if ((client->attributes & NS_CLIENTATTR_TCP) == 0)
3501 if ((rdataset->attributes & DNS_RDATASETATTR_CLOSEST) == 0)
3559 rdataset->attributes |= DNS_RDATASETATTR_REQUIREDGLUE;
4073 client->query.attributes |=
4166 client->query.attributes &=
4253 client->query.attributes |=
4266 client->query.attributes |=
4276 client->query.attributes &=
4286 client->query.attributes &=
4304 if ((fname->attributes & DNS_NAMEATTR_WILDCARD) == 0) {
4519 (fname->attributes & DNS_NAMEATTR_WILDCARD) != 0)
4538 client->query.attributes |= NS_QUERYATTR_PARTIALANSWER;
4595 (fname->attributes & DNS_NAMEATTR_WILDCARD) != 0)
4608 client->query.attributes |= NS_QUERYATTR_PARTIALANSWER;
4700 (fname->attributes & DNS_NAMEATTR_WILDCARD) != 0)
4791 client->attributes &= ~NS_CLIENTATTR_RA;
4838 client->query.attributes &= ~NS_QUERYATTR_NOADDITIONAL;
5069 if (ns_g_clienttest && (client->attributes & NS_CLIENTATTR_TCP) == 0)
5088 client->query.attributes |= NS_QUERYATTR_WANTRECURSION;
5091 client->attributes |= NS_CLIENTATTR_WANTDNSSEC;
5094 client->query.attributes |= (NS_QUERYATTR_NOAUTHORITY |
5103 client->query.attributes &=
5105 } else if ((client->attributes & NS_CLIENTATTR_RA) == 0 ||
5113 client->query.attributes &= ~NS_QUERYATTR_RECURSIONOK;
5189 client->query.attributes |= (NS_QUERYATTR_NOAUTHORITY |
5196 (client->attributes & NS_CLIENTATTR_TCP) == 0)
5197 client->query.attributes |= (NS_QUERYATTR_NOAUTHORITY |
5221 client->query.attributes &= ~NS_QUERYATTR_SECURE;
5228 client->attributes |= NS_CLIENTATTR_WANTAD;