Searched defs:mtype (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/tools/
H A Ddnstap-read.c146 const ProtobufCEnumValue *ftype, *mtype; local
175 mtype = protobuf_c_enum_descriptor_get_value(
178 if (mtype == NULL)
181 printf(" type: %s\n", mtype->name);
/bind-9.11.3/lib/dns/
H A Dssu.c644 dns_ssu_mtypefromstring(const char *str, dns_ssumatchtype_t *mtype) { argument
647 REQUIRE(mtype != NULL);
650 *mtype = dns_ssumatchtype_name;
652 *mtype = dns_ssumatchtype_subdomain;
654 *mtype = dns_ssumatchtype_wildcard;
656 *mtype = dns_ssumatchtype_self;
658 *mtype = dns_ssumatchtype_selfsub;
660 *mtype = dns_ssumatchtype_selfwild;
662 *mtype = dns_ssumatchtype_selfms;
664 *mtype
[all...]
H A Ddnstap.c582 init_msg(dns_dtenv_t *env, dns_dtmsg_t *dm, Dnstap__Message__Type mtype) { argument
588 dm->m.type = mtype;
/bind-9.11.3/bin/named/
H A Dzoneconf.c218 dns_ssumatchtype_t mtype = DNS_SSUMATCHTYPE_NAME; local
233 CHECK(dns_ssu_mtypefromstring(str, &mtype));
234 if (mtype == dns_ssumatchtype_subdomain) {
313 mtype,
/bind-9.11.3/lib/bind9/
H A Dcheck.c1646 dns_ssumatchtype_t mtype; local
1654 &mtype);
1672 mtype != dns_ssumatchtype_subdomain)
1684 mtype == dns_ssumatchtype_wildcard &&
1696 switch (mtype) {

Completed in 30 milliseconds