Home
last modified time | relevance | path

Searched refs:rrtypes (Results 1 – 25 of 39) sorted by relevance

12

/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_rrtype.c17 } rrtypes[] = { variable
102 #define num_rrtypes (sizeof(rrtypes) / sizeof(struct u16str))
111 rrtype = wdns_str_to_rrtype(rrtypes[n].str); in test_str_to_rrtype()
112 if (rrtype != rrtypes[n].u16) { in test_str_to_rrtype()
113 fprintf (stderr, "FAIL: %s %d != %d\n", rrtypes[n].str, rrtype, rrtypes[n].u16); in test_str_to_rrtype()
116 fprintf (stderr, "PASS: %s = %d\n", rrtypes[n].str, rrtype); in test_str_to_rrtype()
/dports/net-mgmt/observium/observium/includes/polling/applications/
H A Dbind.inc.php20 …$rrtypes = array('SOA', 'ANY', 'A', 'AAAA', 'NS', 'MX', 'CNAME', 'DNAME', 'TXT', 'SPF', 'SRV', 'SS… variable
32 foreach ($rrtypes as $rrtype)
219 foreach ($rrtypes as $rrtype)
251 foreach ($rrtypes as $rrtype)
269 foreach ($rrtypes as $rrtype)
288 foreach ($rrtypes as $rrtype)
339 foreach ($rrtypes as $rrtype)
373 foreach ($rrtypes as $rrtype)
381 foreach ($rrtypes as $rrtype)
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dgen_rrtype_to_str36 rrtypes = []
41 rrtypes.append((wdns_type, rrtype))
42 rrtypes.sort()
43 for wdns_type, rrtype in rrtypes:
H A Dstr_to_rdata_ubuf.c673 u16buf *rrtypes; in _wdns_str_to_rdata_ubuf() local
679 rrtypes = u16buf_init(16); in _wdns_str_to_rdata_ubuf()
680 if (! rrtypes) { in _wdns_str_to_rdata_ubuf()
702 u16buf_destroy(&rrtypes); in _wdns_str_to_rdata_ubuf()
707 u16buf_add(rrtypes, my_rrtype); in _wdns_str_to_rdata_ubuf()
710 qsort(u16buf_data(rrtypes), u16buf_size(rrtypes), sizeof(uint16_t), cmp_u16); in _wdns_str_to_rdata_ubuf()
717 for (n = 0; n < u16buf_size(rrtypes); n++) { in _wdns_str_to_rdata_ubuf()
718 my_rrtype = u16buf_value(rrtypes, n); in _wdns_str_to_rdata_ubuf()
745 u16buf_destroy(&rrtypes); in _wdns_str_to_rdata_ubuf()
H A Drrtype_to_str.c96 } rrtypes[] = { variable
181 #define num_rrtypes (sizeof(rrtypes) / sizeof(struct u16str))
214 res = bsearch(&key, rrtypes, num_rrtypes, sizeof(struct u16str), cmp_u16str); in wdns_str_to_rrtype()
/dports/dns/dnstable/dnstable-0.12.0/dnstable/
H A Dmerge.c94 rrtype_set_1.rrtypes[0] = (uint16_t)*val0; in merge_rrtype_bitmaps()
95 rrtype_set_2.rrtypes[0] = (uint16_t)*val1; in merge_rrtype_bitmaps()
99 rrtype_set_1.rrtypes[0] = (uint16_t)le16toh(*(uint16_t*)val0); in merge_rrtype_bitmaps()
100 rrtype_set_2.rrtypes[0] = (uint16_t)le16toh(*(uint16_t*)val1); in merge_rrtype_bitmaps()
114 count_rrtypes = sorted_merge_dedup(rrtype_set_1.rrtypes, n_rrtypes1, in merge_rrtype_bitmaps()
115 rrtype_set_2.rrtypes, n_rrtypes2, in merge_rrtype_bitmaps()
116 rrtype_set_merged.rrtypes, MAX_RRTYPES_MAPPABLE); in merge_rrtype_bitmaps()
127 uint16_t my_rrtype = rrtype_set_merged.rrtypes[n]; in merge_rrtype_bitmaps()
H A Ddnstable-private.h121 uint16_t rrtypes[MAX_RRTYPES_MAPPABLE]; member
H A Dentry.c166 fmt_rrtype(u, rrtype_set.rrtypes[n]); in fmt_rrtypes_union()
193 assert(yajl_gen_status_ok == fmt_rrtype_json(g, rrtype_set.rrtypes[n])); in fmt_rrtypes_union_json()
1100 rrtype_set->rrtypes[0] = (uint16_t)*rrtype_map; in rrtype_union_unpack()
1103 rrtype_set->rrtypes[0] = (uint16_t)le16toh(*(uint16_t*)rrtype_map); in rrtype_union_unpack()
1137 rrtype_set->rrtypes[count_rrtypes++] = (window_block << 8) | lo; in rrtype_union_unpack()
/dports/net-mgmt/observium/observium/html/includes/graphs/application/
H A Dbind_query_in.inc.php22 $rrtypes = array('SOA', 'A', 'AAAA', 'NS', 'MX', 'CNAME', 'DNAME', 'TXT', 'SPF', 'SRV', 'SSHFP', 'T… variable
25 foreach ($rrtypes as $rrtype)
H A Dbind_query_out.inc.php22 $rrtypes = array('SOA', 'A', 'AAAA', 'NS', 'MX', 'CNAME', 'DNAME', 'TXT', 'SPF', 'SRV', 'SSHFP', 'T… variable
25 foreach ($rrtypes as $rrtype)
H A Dbind_cache.inc.php22 $rrtypes = array('SOA', 'A', 'AAAA', 'NS', 'MX', 'CNAME', 'DNAME', 'TXT', 'SPF', 'SRV', 'SSHFP', 'T… variable
24 foreach ($rrtypes as $rrtype)
/dports/dns/dnstable/dnstable-0.12.0/tests/
H A Dtest-bitmaps.c71 const char *s_rtype = wdns_rrtype_to_str(result_rrtypes.rrtypes[i]); in decode_test()
72 …printf("rrtype = %d = %s\n", result_rrtypes.rrtypes[i], s_rtype != NULL ? s_rtype : "(not assigned… in decode_test()
/dports/dns/wdns/wdns-0.10.0/
H A DChangeLog7 * Fix printing of bitmap entries for rrtypes larger than 255.
41 * Support for new rrtypes:
/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Ddnsdbq.c1400 char *rrtypes = strdup(qdp->rrtype); in query_launcher() local
1403 for (char *rrtype = strtok_r(rrtypes, ",", &saveptr); in query_launcher()
1421 DESTROY(rrtypes); in query_launcher()
1440 char *rrtypes = strdup(input); in rrtype_correctness() local
1446 for (char *rrtype = strtok_r(rrtypes, ",", &saveptr); in rrtype_correctness()
1490 DESTROY(rrtypes); in rrtype_correctness()
/dports/net/wireshark/wireshark-3.6.1/test/lua/
H A Ddissector.lua183 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
184 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
H A Dproto.lua201 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
202 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
/dports/net/wireshark-lite/wireshark-3.6.1/test/lua/
H A Ddissector.lua183 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
184 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
H A Dproto.lua201 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
202 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
/dports/net/tshark-lite/wireshark-3.6.1/test/lua/
H A Ddissector.lua183 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
184 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
H A Dproto.lua201 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
202 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
/dports/net/tshark/wireshark-3.6.1/test/lua/
H A Ddissector.lua183 local rrtypes = { [1] = "A (IPv4 host address)", [2] = "NS (authoritative name server)", [28] = "AA…
184 local pf_query_type = ProtoField.uint16("mydns.query.type", "Type", base.DEC, rrtypes)
/dports/www/firefox-esr/firefox-91.8.0/testing/xpcshell/dns-packet/
H A DREADME.md227 rrtypes: ['A', 'TXT', 'RRSIG']
240 rrtypes: ['A', 'TXT', 'RRSIG']
/dports/www/firefox/firefox-99.0/testing/xpcshell/dns-packet/
H A DREADME.md227 rrtypes: ['A', 'TXT', 'RRSIG']
240 rrtypes: ['A', 'TXT', 'RRSIG']
/dports/mail/thunderbird/thunderbird-91.8.0/testing/xpcshell/dns-packet/
H A DREADME.md227 rrtypes: ['A', 'TXT', 'RRSIG']
240 rrtypes: ['A', 'TXT', 'RRSIG']
/dports/lang/spidermonkey78/firefox-78.9.0/testing/xpcshell/dns-packet/
H A DREADME.md227 rrtypes: ['A', 'TXT', 'RRSIG']
240 rrtypes: ['A', 'TXT', 'RRSIG']

12