/bind-9.11.3/bin/tests/system/emptyzones/ns1/ |
H A D | rfc1918.zones | 9 zone "10.IN-ADDR.ARPA" { type master; file "empty.db"; }; 10 zone "16.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 11 zone "17.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 12 zone "18.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 13 zone "19.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 14 zone "20.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 15 zone "21.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 16 zone "22.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 17 zone "23.172.IN-ADDR.ARPA" { type master; file "empty.db"; }; 18 zone "24.172.IN-ADDR.ARPA" { type maste [all...] |
/bind-9.11.3/bin/tests/system/statschannel/ |
H A D | traffic-json.pl | 23 my $type = "tcp request-size "; 25 print $type . $key . ": ". $tcprcvd->{$key} ."\n"; 29 my $type = "tcp response-size "; 31 print $type . $key . ": ". $tcpsent->{$key} ."\n"; 35 my $type = "udp request-size "; 37 print $type . $key . ": ". $udprcvd->{$key} ."\n"; 41 my $type = "udp response-size "; 43 print $type . $key . ": ". $udpsent->{$key} ."\n";
|
H A D | traffic-xml.pl | 21 my $type = "udp " . $group->{type} . " "; 23 print $type . $group->{counter}->{name} . ": " . $group->{counter}->{content} . "\n"; 26 print $type . $key . ": ". $group->{counter}->{$key}->{content} ."\n"; 33 my $type = "tcp " . $group->{type} . " "; 35 print $type . $group->{counter}->{name} . ": " . $group->{counter}->{content} . "\n"; 38 print $type . $key . ": ". $group->{counter}->{$key}->{content} ."\n";
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | avc_258.c | 17 REQUIRE(type == dns_rdatatype_avc); 19 UNUSED(type); 25 return (generic_fromtext_txt(rdclass, type, lexer, origin, options, 34 REQUIRE(rdata->type == dns_rdatatype_avc); 42 REQUIRE(type == dns_rdatatype_avc); 44 UNUSED(type); 49 return (generic_fromwire_txt(rdclass, type, source, dctx, options, 56 REQUIRE(rdata->type == dns_rdatatype_avc); 68 REQUIRE(rdata1->type == rdata2->type); [all...] |
H A D | spf_99.c | 21 REQUIRE(type == dns_rdatatype_spf); 23 UNUSED(type); 29 return (generic_fromtext_txt(rdclass, type, lexer, origin, options, 38 REQUIRE(rdata->type == dns_rdatatype_spf); 46 REQUIRE(type == dns_rdatatype_spf); 48 UNUSED(type); 53 return (generic_fromwire_txt(rdclass, type, source, dctx, options, 60 REQUIRE(rdata->type == dns_rdatatype_spf); 72 REQUIRE(rdata1->type == rdata2->type); [all...] |
H A D | smimea_53.c | 17 REQUIRE(type == dns_rdatatype_smimea); 19 return (generic_fromtext_tlsa(rdclass, type, lexer, origin, options, 26 REQUIRE(rdata->type == dns_rdatatype_smimea); 34 REQUIRE(type == dns_rdatatype_smimea); 36 return (generic_fromwire_tlsa(rdclass, type, source, dctx, options, 44 REQUIRE(rdata->type == dns_rdatatype_smimea); 58 REQUIRE(rdata1->type == rdata2->type); 60 REQUIRE(rdata1->type == dns_rdatatype_smimea); 72 REQUIRE(type [all...] |
H A D | ninfo_56.c | 17 REQUIRE(type == dns_rdatatype_ninfo); 19 UNUSED(type); 25 return (generic_fromtext_txt(rdclass, type, lexer, origin, options, 34 REQUIRE(rdata->type == dns_rdatatype_ninfo); 42 REQUIRE(type == dns_rdatatype_ninfo); 44 UNUSED(type); 49 return (generic_fromwire_txt(rdclass, type, source, dctx, options, 56 REQUIRE(rdata->type == dns_rdatatype_ninfo); 68 REQUIRE(rdata1->type == rdata2->type); [all...] |
H A D | null_10.c | 20 REQUIRE(type == dns_rdatatype_null); 23 UNUSED(type); 35 REQUIRE(rdata->type == dns_rdatatype_null); 44 REQUIRE(type == dns_rdatatype_null); 46 UNUSED(type); 58 REQUIRE(rdata->type == dns_rdatatype_null); 70 REQUIRE(rdata1->type == rdata2->type); 72 REQUIRE(rdata1->type == dns_rdatatype_null); 83 REQUIRE(type [all...] |
H A D | unspec_103.c | 19 REQUIRE(type == dns_rdatatype_unspec); 21 UNUSED(type); 33 REQUIRE(rdata->type == dns_rdatatype_unspec); 44 REQUIRE(type == dns_rdatatype_unspec); 46 UNUSED(type); 59 REQUIRE(rdata->type == dns_rdatatype_unspec); 71 REQUIRE(rdata1->type == rdata2->type); 73 REQUIRE(rdata1->type == dns_rdatatype_unspec); 84 REQUIRE(type [all...] |
H A D | cdnskey_60.c | 21 REQUIRE(type == dns_rdatatype_cdnskey); 23 return (generic_fromtext_key(rdclass, type, lexer, origin, 31 REQUIRE(rdata->type == dns_rdatatype_cdnskey); 39 REQUIRE(type == dns_rdatatype_cdnskey); 41 return (generic_fromwire_key(rdclass, type, source, dctx, 49 REQUIRE(rdata->type == dns_rdatatype_cdnskey); 65 REQUIRE(rdata1->type == rdata2->type); 67 REQUIRE(rdata1->type == dns_rdatatype_cdnskey); 79 REQUIRE(type [all...] |
H A D | cds_59.c | 26 REQUIRE(type == dns_rdatatype_cds); 28 return (generic_fromtext_ds(rdclass, type, lexer, origin, options, 35 REQUIRE(rdata->type == dns_rdatatype_cds); 43 REQUIRE(type == dns_rdatatype_cds); 45 return (generic_fromwire_ds(rdclass, type, source, dctx, options, 53 REQUIRE(rdata->type == dns_rdatatype_cds); 67 REQUIRE(rdata1->type == rdata2->type); 69 REQUIRE(rdata1->type == dns_rdatatype_cds); 81 REQUIRE(type [all...] |
H A D | dlv_32769.c | 28 REQUIRE(type == dns_rdatatype_dlv); 30 return (generic_fromtext_ds(rdclass, type, lexer, origin, options, 37 REQUIRE(rdata->type == dns_rdatatype_dlv); 45 REQUIRE(type == dns_rdatatype_dlv); 47 return (generic_fromwire_ds(rdclass, type, source, dctx, options, 55 REQUIRE(rdata->type == dns_rdatatype_dlv); 69 REQUIRE(rdata1->type == rdata2->type); 71 REQUIRE(rdata1->type == dns_rdatatype_dlv); 83 REQUIRE(type [all...] |
H A D | dnskey_48.c | 27 REQUIRE(type == dns_rdatatype_dnskey); 29 return (generic_fromtext_key(rdclass, type, lexer, origin, 37 REQUIRE(rdata->type == dns_rdatatype_dnskey); 45 REQUIRE(type == dns_rdatatype_dnskey); 47 return (generic_fromwire_key(rdclass, type, source, dctx, 56 REQUIRE(rdata->type == dns_rdatatype_dnskey); 72 REQUIRE(rdata1->type == rdata2->type); 74 REQUIRE(rdata1->type == dns_rdatatype_dnskey); 86 REQUIRE(type [all...] |
H A D | rkey_57.c | 17 REQUIRE(type == dns_rdatatype_rkey); 19 return (generic_fromtext_key(rdclass, type, lexer, origin, 27 REQUIRE(rdata->type == dns_rdatatype_rkey); 35 REQUIRE(type == dns_rdatatype_rkey); 37 return (generic_fromwire_key(rdclass, type, source, dctx, 46 REQUIRE(rdata->type == dns_rdatatype_rkey); 62 REQUIRE(rdata1->type == rdata2->type); 64 REQUIRE(rdata1->type == dns_rdatatype_rkey); 76 REQUIRE(type [all...] |
H A D | ta_32768.c | 19 REQUIRE(type == dns_rdatatype_ta); 21 return (generic_fromtext_ds(rdclass, type, lexer, origin, options, 28 REQUIRE(rdata->type == dns_rdatatype_ta); 36 REQUIRE(type == dns_rdatatype_ta); 38 return (generic_fromwire_ds(rdclass, type, source, dctx, options, 46 REQUIRE(rdata->type == dns_rdatatype_ta); 60 REQUIRE(rdata1->type == rdata2->type); 62 REQUIRE(rdata1->type == dns_rdatatype_ta); 74 REQUIRE(type [all...] |
H A D | proforma.c | 20 REQUIRE(type == dns_rdatatype_proforma.c#); 32 REQUIRE(rdata->type == dns_rdatatype_proforma.c#); 42 REQUIRE(type == dns_rdatatype_proforma.c#); 54 REQUIRE(rdata->type == dns_rdatatype_proforma.c#); 69 REQUIRE(rdata1->type == dns_rdatatype_proforma.crdata2->type); 71 REQUIRE(rdata1->type == dns_rdatatype_proforma.c#); 85 REQUIRE(type == dns_rdatatype_proforma.c#); 97 REQUIRE(rdata->type == dns_rdatatype_proforma.c#); 116 REQUIRE(rdata->type [all...] |
H A D | cert_37.h | 18 isc_uint16_t type; member in struct:dns_rdata_cert
|
H A D | doa_259.h | 18 isc_uint32_t type; member in struct:dns_rdata_doa
|
/bind-9.11.3/lib/isc/ |
H A D | sockaddr.c | 54 if (a->type.sa.sa_family != b->type.sa.sa_family) 56 switch (a->type.sa.sa_family) { 59 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr, 60 sizeof(a->type.sin.sin_addr)) != 0) 63 a->type.sin.sin_port != b->type.sin.sin_port) 68 memcmp(&a->type.sin6.sin6_addr, &b->type [all...] |
H A D | netaddr.c | 38 if (a->type.in.s_addr != b->type.in.s_addr) 42 if (memcmp(&a->type.in6, &b->type.in6, 43 sizeof(a->type.in6)) != 0 || 49 if (strcmp(a->type.un, b->type.un) != 0) 78 pa = (const unsigned char *) &a->type.in; 79 pb = (const unsigned char *) &b->type.in; 83 pa = (const unsigned char *) &a->type 124 const void *type; local [all...] |
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | symtab.h | 36 * Keys are C strings. A type may be specified when looking up, 37 * defining, or undefining. A type value of 0 means "match any type"; 38 * any other value will only match the given type. 40 * It's possible that a client will attempt to define a <key, type, 41 * value> tuple when a tuple with the given key and type already 48 * with the old <key, type, value> tuple. 53 * A lookup of a key using type 0 will return the most-recently 54 * defined symbol with that key. An undefine of a key using type 0 56 * Trying to define a key with type [all...] |
/bind-9.11.3/bin/tests/system/tsiggss/ |
H A D | authsock.pl | 24 "type=s" => \$typeallowed, 29 print("Usage: authsock.pl --path=<sockpath> --type=type --pidfile=pidfile\n"); 64 $type, 74 printf("version=%u signer=%s name=%s addr=%s type=%s key=%s key_data_len=%u\n", 75 $version, $signer, $name, $addr, $type, $key, length($key_data)); 78 if ($typeallowed eq $type) { 80 printf("allowed type %s == %s\n", $type, $typeallowed); 82 printf("disallowed type [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rdata.h | 38 * build process from a set of source files, one per rdata type. For 40 * program. Adding a new rdata type will be a simple matter of adding 42 * the format of a particular rdata type is in this file. 51 *\li Rdata is typed, and the caller must know what type of rdata it has. 56 * pointer to the appropriate type, or the server could crash or memory 98 ***** class and type, and the data in the binary region is in the format 99 ***** of the given class and type. 102 * Clients are strongly discouraged from using this type directly, with 110 dns_rdatatype_t type; member in struct:dns_rdata 121 (rdata)->rdclass == 0 && (rdata)->type [all...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | symtab.h | 21 * Keys are C strings, and key comparisons are case-insensitive. A type may 22 * be specified when looking up, defining, or undefining. A type value of 23 * 0 means "match any type"; any other value will only match the given 24 * type. 26 * It's possible that a client will attempt to define a <key, type, value> 27 * tuple when a tuple with the given key and type already exists in the table. 33 * with the old <key, type, value> tuple. 38 * A lookup of a key using type 0 will return the most-recently defined 39 * symbol with that key. An undefine of a key using type 0 will undefine the 41 * type [all...] |
/bind-9.11.3/contrib/dlz/modules/include/ |
H A D | dlz_list.h | 12 #define DLZ_LIST(type) struct { type *head, *tail; } 16 #define DLZ_LINK(type) struct { type *prev, *next; }
|