Home
last modified time | relevance | path

Searched refs:rrtype (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drrtype.h337 return (rrtype); in TSIG()
343 return (rrtype); in A()
349 return (rrtype); in AFSDB()
355 return (rrtype); in CAA()
361 return (rrtype); in CNAME()
367 return (rrtype); in DLV()
373 return (rrtype); in DNAME()
379 return (rrtype); in DNSKEY()
385 return (rrtype); in DS()
391 return (rrtype); in HINFO()
[all …]
/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-rdata_to_str.c17 uint16_t rrtype; member
31 .rrtype = WDNS_TYPE_URI,
40 .rrtype = WDNS_TYPE_URI,
48 .rrtype = WDNS_TYPE_TXT,
57 .rrtype = WDNS_TYPE_TXT,
66 .rrtype = WDNS_TYPE_TXT,
76 .rrtype = WDNS_TYPE_TXT,
85 .rrtype = WDNS_TYPE_TXT,
94 .rrtype = WDNS_TYPE_TXT,
103 .rrtype = WDNS_TYPE_TXT,
[all …]
H A Dtest-str_to_rdata.c16 uint16_t rrtype; member
25 .rrtype = WDNS_TYPE_TLSA,
40 .rrtype = WDNS_TYPE_DNSKEY,
67 .rrtype = WDNS_TYPE_CDNSKEY,
94 .rrtype = WDNS_TYPE_DS,
105 .rrtype = WDNS_TYPE_CDS,
125 .rrtype = WDNS_TYPE_CSYNC,
137 .rrtype = WDNS_TYPE_EUI48,
146 .rrtype = WDNS_TYPE_EUI64,
155 .rrtype = WDNS_TYPE_URI,
[all …]
/dports/net/nmsg/nmsg-1.0.1/nmsg/base/
H A Ddns.c199 uint16_t rrtype; in dns_type_print() local
203 memcpy(&rrtype, ptr, sizeof(rrtype)); in dns_type_print()
208 rrtype, endline); in dns_type_print()
219 uint16_t rrtype; in dns_type_format() local
224 memcpy(&rrtype, ptr, sizeof(rrtype)); in dns_type_format()
242 uint16_t *rrtype; in dns_type_parse() local
244 rrtype = malloc(sizeof(*rrtype)); in dns_type_parse()
245 if (rrtype == NULL) { in dns_type_parse()
250 if (*rrtype == 0) { in dns_type_parse()
251 free(rrtype); in dns_type_parse()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/node/
H A Ddns.d.ts161 rrtype: string,
305 function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
306 function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
307 function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
308 function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
309 function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
311 function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
312 function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
313 function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
314 function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
[all …]
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Ddns.d.ts161 rrtype: string,
305 function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
306 function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
307 function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
308 function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
309 function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
311 function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
312 function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
313 function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
314 function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/node/
H A Ddns.d.ts161 rrtype: string,
305 function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
306 function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
307 function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
308 function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
309 function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
311 function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
312 function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
313 function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
314 function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
[all …]
/dports/misc/netron/node_modules/electron/node_modules/@types/node/
H A Ddns.d.ts161 rrtype: string,
305 function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
306 function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
307 function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
308 function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
309 function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
311 function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
312 function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
313 function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
314 function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
[all …]
/dports/misc/netron/node_modules/@types/node/
H A Ddns.d.ts166 rrtype: string,
310 function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
311 function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
312 function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
313 function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
314 function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
316 function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
317 function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
318 function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
319 function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
[all …]
/dports/net-mgmt/observium/observium/includes/polling/applications/
H A Dbind.inc.php32 foreach ($rrtypes as $rrtype)
34 $query_in[$rrtype] = 0;
219 foreach ($rrtypes as $rrtype)
221 $query_out[$view][$rrtype] = 0;
251 foreach ($rrtypes as $rrtype)
269 foreach ($rrtypes as $rrtype)
288 foreach ($rrtypes as $rrtype)
290 $rrd_data .= ":".$query_in[$rrtype];
339 foreach ($rrtypes as $rrtype)
373 foreach ($rrtypes as $rrtype)
[all …]
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Ddnsdbq.c644 DESTROY(qd.rrtype); in main()
1205 qd.rrtype = t; in batch_parse()
1218 qd.rrtype = t; in batch_parse()
1240 qd.rrtype = t; in batch_parse()
1248 qd.rrtype = t; in batch_parse()
1277 char *rrtype = escape(qdp->rrtype); in makepath() local
1301 if (rrtype != NULL) in makepath()
1321 if (rrtype != NULL) in makepath()
1331 if (rrtype != NULL) in makepath()
1347 DESTROY(rrtype); in makepath()
[all …]
/dports/dns/mydns/mydns-1.1.0/src/mydns/
H A Drr.c45 switch (p->rrtype) in rrlist_free()
67 rrdup(RRLIST *list, dns_rrtype_t rrtype, uint32_t id) in rrdup() argument
73 if (r->rrtype == rrtype && r->id == id) in rrdup()
111 if (rrtype == DNS_RRTYPE_RR && ds == ADDITIONAL) in rrlist_add()
121 switch (rrtype) in rrlist_add()
145 switch (rrtype) in rrlist_add()
159 if (rrdup(&t->an, rrtype, id)) in rrlist_add()
170 if (rrdup(&t->ns, rrtype, id) || rrdup(&t->an, rrtype, id)) in rrlist_add()
181 if (rrdup(&t->ar, rrtype, id) || rrdup(&t->an, rrtype, id)) in rrlist_add()
193 new->rrtype = rrtype; in rrlist_add()
[all …]
/dports/dns/mydns-ng/mydns-1.2.8.31/src/mydns/
H A Drr.c42 switch (p->rrtype) { in rrlist_free()
63 rrdup(RRLIST *list, dns_rrtype_t rrtype, uint32_t id) { in rrdup() argument
68 if (r->rrtype == rrtype && r->id == id) in rrdup()
105 if (rrtype == DNS_RRTYPE_RR && ds == ADDITIONAL) { in rrlist_add()
116 switch (rrtype) { in rrlist_add()
139 switch (rrtype) { in rrlist_add()
153 if (rrdup(&t->an, rrtype, id)) { in rrlist_add()
164 if (rrdup(&t->ns, rrtype, id) || rrdup(&t->an, rrtype, id)) { in rrlist_add()
175 if (rrdup(&t->ar, rrtype, id) || rrdup(&t->an, rrtype, id)) { in rrlist_add()
186 new->rrtype = rrtype; in rrlist_add()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/
H A DMakefile.inc39 libknot/rrtype/dnskey.h \
40 libknot/rrtype/ds.h \
41 libknot/rrtype/naptr.h \
42 libknot/rrtype/nsec.h \
43 libknot/rrtype/nsec3.h \
45 libknot/rrtype/opt.h \
47 libknot/rrtype/rrsig.h \
48 libknot/rrtype/soa.h \
49 libknot/rrtype/tsig.h \
78 libknot/rrtype/opt.c \
[all …]
/dports/dns/knot3/knot-3.1.5/src/libknot/
H A DMakefile.inc39 libknot/rrtype/dnskey.h \
40 libknot/rrtype/ds.h \
41 libknot/rrtype/naptr.h \
42 libknot/rrtype/nsec.h \
43 libknot/rrtype/nsec3.h \
45 libknot/rrtype/opt.h \
47 libknot/rrtype/rrsig.h \
48 libknot/rrtype/soa.h \
49 libknot/rrtype/tsig.h \
78 libknot/rrtype/opt.c \
[all …]
/dports/dns/p5-Net-DNS/Net-DNS-1.32/t/
H A D21-NSEC-typelist.t36 foreach my $rrtype ( 0, 256, 512, 768, 1024 ) {
37 my $type = typebyval($rrtype);
42 is( $w, $rrtype >> 8, "expected window number for $type" );
45 foreach my $rrtype ( 0, 7, 8, 15, 16, 23, 24, 31, 32, 39 ) {
46 my $type = typebyval($rrtype);
51 is( $l, 1 + ( $rrtype >> 3 ), "expected map length for $type" );
54 foreach my $rrtype ( 1 .. 40, 42 .. 64 ) {
55 my $type = typebyval($rrtype);
H A D32-NSEC3-typelist.t31 foreach my $rrtype ( 0, 256, 512, 768, 1024 ) {
32 my $type = typebyval($rrtype);
38 is( $w, $rrtype >> 8, "expected window number for $type" );
41 foreach my $rrtype ( 0, 7, 8, 15, 16, 23, 24, 31, 32, 39 ) {
42 my $type = typebyval($rrtype);
48 is( $l, 1 + ( $rrtype >> 3 ), "expected map length for $type" );
51 foreach my $rrtype ( 1 .. 40, 42 .. 64 ) {
52 my $type = typebyval($rrtype);
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Dedns_unittest.cc46 RRType rrtype; member in __anon189ecc0c0111::EDNSTest
72 EXPECT_TRUE(EDNS(Name::ROOT_NAME(), rrclass, rrtype, in TEST_F()
76 EXPECT_FALSE(EDNS(Name::ROOT_NAME(), rrclass, rrtype, in TEST_F()
112 EDNS(Name::ROOT_NAME(), rrclass, rrtype, rrttl_do_on, in TEST_F()
122 EXPECT_THROW(EDNS(Name("example.com"), rrclass, rrtype, in TEST_F()
126 EXPECT_THROW(EDNS(Name::ROOT_NAME(), rrclass, rrtype, in TEST_F()
133 EDNS(Name::ROOT_NAME(), rrclass, rrtype, rrttl_do_off, in TEST_F()
138 EDNS(Name::ROOT_NAME(), rrclass, rrtype, rrttl_do_on, in TEST_F()
143 EDNS(Name::ROOT_NAME(), rrclass, rrtype, in TEST_F()
148 EDNS(Name::ROOT_NAME(), rrclass, rrtype, in TEST_F()
[all …]
/dports/net/sie-nmsg/sie-nmsg-1.2.1/
H A Ddnsdedupe.c329 uint16_t rrtype; in dns_type_print() local
333 memcpy(&rrtype, ptr, sizeof(rrtype)); in dns_type_print()
338 rrtype, endline); in dns_type_print()
352 uint16_t rrtype; in dns_type_format() local
356 memcpy(&rrtype, ptr, sizeof(rrtype)); in dns_type_format()
373 uint16_t *rrtype; in dns_type_parse() local
375 rrtype = malloc(sizeof(*rrtype)); in dns_type_parse()
376 if (rrtype == NULL) { in dns_type_parse()
381 if (*rrtype == 0) { in dns_type_parse()
382 free(rrtype); in dns_type_parse()
[all …]
/dports/dns/dnsdbflex/dnsdbflex-1.0.6/
H A Dpdns.c51 if (rrtype == NULL) in rrtype_ok_to_print_literal()
55 if (strlen(rrtype) >= sizeof RRTYPE) /* */ in rrtype_ok_to_print_literal()
57 for (i = 0; i < strlen(rrtype); i++) in rrtype_ok_to_print_literal()
58 RRTYPE[i] = (char)toupper(rrtype[i]); in rrtype_ok_to_print_literal()
91 if (rrtype_ok_to_print_literal(tup->rrtype)) in present_batch()
93 tup->rdata, tup->rrtype); in present_batch()
96 tup->raw_rdata, tup->rrtype); in present_batch()
98 tup->rdata, tup->rrtype); in present_batch()
220 if (tup->obj.rrtype != NULL) { in tuple_make()
221 if (!json_is_string(tup->obj.rrtype)) { in tuple_make()
[all …]
/dports/net-mgmt/observium/observium/html/includes/graphs/application/
H A Dbind_cache.inc.php24 foreach ($rrtypes as $rrtype)
27 $colour = substr(md5($rrtype), 1, 6);
28 $array[$rrtype] = array('descr' => $rrtype, 'colour' => $colour, 'invert' => False);
29 $array['NEG_'.$rrtype] = array('descr' => '!'.$rrtype, 'colour' => $colour, 'invert' => True);
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dgen_rrtype_to_str20 rrtype = wdns_type.replace('WDNS_TYPE_','',1).replace('_', '-')
21 w.write('\tcase %s: return ("%s");\n' % (wdns_type, rrtype))
40 rrtype = wdns_type.replace('WDNS_TYPE_','',1).replace('_', '-')
41 rrtypes.append((wdns_type, rrtype))
43 for wdns_type, rrtype in rrtypes:
44 w.write('\t{ %s, "%s" },\n' % (wdns_type, rrtype))
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/
H A DRR.pm188 type => $rrtype,
195 if ($RR{$rrtype}) {
257 my $rrtype = $4 || '';
268 $rrtype = Net::DNS::typesbyval(Net::DNS::typesbyname($rrtype)) if $rrtype =~ m/^TYPE\d+/o;
273 $rrtype = 'ANY';
279 $rrtype ||= 'ANY';
295 $rrtype = 'ANY';
300 $rrtype = 'ANY';
315 'type' => $rrtype,
339 $rrtype,
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/qmin/ans2/
H A Dans.py71 rrtype = m.question[0].rdtype
72 typename = dns.rdatatype.to_text(rrtype)
110 if lqname == "ip6.arpa." and rrtype == NS:
131 elif lqname == "stale." and rrtype == NS:
175 elif lqname == "" and rrtype == NS:
178 elif lqname == "ns2." and rrtype == A:
181 elif lqname == "ns2." and rrtype == AAAA:
184 elif lqname == "ns3." and rrtype == A:
187 elif lqname == "ns3." and rrtype == AAAA:
190 elif lqname == "ns4." and rrtype == A:
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/qmin/ans2/
H A Dans.py71 rrtype = m.question[0].rdtype
72 typename = dns.rdatatype.to_text(rrtype)
110 if lqname == "ip6.arpa." and rrtype == NS:
131 elif lqname == "stale." and rrtype == NS:
175 elif lqname == "" and rrtype == NS:
178 elif lqname == "ns2." and rrtype == A:
181 elif lqname == "ns2." and rrtype == AAAA:
184 elif lqname == "ns3." and rrtype == A:
187 elif lqname == "ns3." and rrtype == AAAA:
190 elif lqname == "ns4." and rrtype == A:
[all …]

12345678910>>...29