Searched defs:matchtype (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | ssu.c | 41 unsigned int matchtype; /*%< which type of pattern match? */ member in struct:dns_ssurule 153 dns_name_t *identity, unsigned int matchtype, 164 REQUIRE(matchtype <= DNS_SSUMATCHTYPE_MAX); 165 if (matchtype == DNS_SSUMATCHTYPE_WILDCARD) 201 rule->matchtype = matchtype; 378 switch (rule->matchtype) { 411 switch (rule->matchtype) { 538 if (rule->matchtype != DNS_SSUMATCHTYPE_DLZ && 571 return (rule->matchtype); 152 dns_ssutable_addrule(dns_ssutable_t *table, isc_boolean_t grant, dns_name_t *identity, unsigned int matchtype, dns_name_t *name, unsigned int ntypes, dns_rdatatype_t *types) argument [all...] |
H A D | rbtdb.c | 4939 rbtdb_rdatatype_t matchtype, sigmatchtype; local 4943 matchtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_nsec, 0); 4977 if (header->type == matchtype) 5767 rbtdb_rdatatype_t matchtype, sigmatchtype; local 5785 matchtype = RBTDB_RDATATYPE_VALUE(type, covers); 5811 if (header->type == matchtype) { 5851 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; local 5872 matchtype = RBTDB_RDATATYPE_VALUE(type, covers); 5901 if (header->type == matchtype)
|
/bind-9.11.3/bin/named/ |
H A D | zoneconf.c | 212 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local 232 str = cfg_obj_asstring(matchtype);
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 1643 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local 1653 tresult = dns_ssu_mtypefromstring(cfg_obj_asstring(matchtype),
|
Completed in 52 milliseconds