Home
last modified time | relevance | path

Searched refs:HINFO (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Drdata_hinfo_unittest.cc47 HINFO hinfo(hinfo_str); in TEST_F()
51 HINFO hinfo1(hinfo_str1); in TEST_F()
80 HINFO rdata_hinfo(hinfo_str); in TEST_F()
99 HINFO hinfo(hinfo_str); in TEST_F()
111 HINFO hinfo(hinfo_str); in TEST_F()
119 HINFO hinfo(hinfo_str); in TEST_F()
127 HINFO hinfo(hinfo_str); in TEST_F()
128 HINFO hinfo_small1(hinfo_str_small1); in TEST_F()
143 HINFO hinfo(hinfo_str); in TEST_F()
144 HINFO hinfo2(hinfo); in TEST_F()
[all …]
/dports/dns/p5-DNS-ZoneParse/DNS-ZoneParse-1.10/t/
H A Dtest-zone.db28 HINFO server freebsd
35 86401 HINFO server "freebsd"
70 commenttest0 HINFO test test2
74 commenttest4 HINFO test "test2"
78 commenttest8 HINFO "test" test2
82 commenttest12 HINFO "test" "test2"
86 commenttest16 HINFO test "tes;t2"
90 commenttest20 HINFO "test" "tes;t2"
94 commenttest24 HINFO "te;st" test2
98 commenttest28 HINFO "te;st" "test2"
[all …]
/dports/dns/knot3-lib/knot-3.1.5/tests/libzscanner/data/
H A D22_HINFO.in5 @ HINFO "" "" ; Blank string
6 @ HINFO a b ; One char string
7 @ HINFO \ \ ; One space char
8 @ HINFO "\ " "\ " ; One space char in quotes
9 @ HINFO \021 \022 ; One unprintable char
10 @ HINFO "\\ \"" "\\ \"" ; Special chars
12 @ HINFO \# 2 00 00 ; Hexadecimal rdata
19 @ HINFO
20 @ HINFO ; Empty rdata
21 @ HINFO \# 0 ; Hex empty rdata
[all …]
/dports/dns/knot3/knot-3.1.5/tests/libzscanner/data/
H A D22_HINFO.in5 @ HINFO "" "" ; Blank string
6 @ HINFO a b ; One char string
7 @ HINFO \ \ ; One space char
8 @ HINFO "\ " "\ " ; One space char in quotes
9 @ HINFO \021 \022 ; One unprintable char
10 @ HINFO "\\ \"" "\\ \"" ; Special chars
12 @ HINFO \# 2 00 00 ; Hexadecimal rdata
19 @ HINFO
20 @ HINFO ; Empty rdata
21 @ HINFO \# 0 ; Hex empty rdata
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/
H A Dhinfo_13.cc73 HINFO::HINFO(const std::string& hinfo_str) : impl_(new HINFOImpl(hinfo_str)) in HINFO() function in HINFO
77 HINFO::HINFO(InputBuffer& buffer, size_t rdata_len) : in HINFO() function in HINFO
81 HINFO::HINFO(const HINFO& source): in HINFO() function in HINFO
86 HINFO::HINFO(MasterLexer& lexer, const Name*, in HINFO() function in HINFO
91 HINFO&
92 HINFO::operator=(const HINFO& source) in operator =()
98 HINFO::~HINFO() { in ~HINFO()
102 HINFO::toText() const { in toText()
124 const HINFO& other_hinfo = dynamic_cast<const HINFO&>(other); in compare()
134 HINFO::getCPU() const { in getCPU()
[all …]
H A Dhinfo_13.h34 class HINFO : public Rdata {
40 ~HINFO();
42 HINFO& operator=(const HINFO&);
/dports/dns/unbound/unbound-1.14.0/testdata/
H A Dtest_sigs.hinfo6 ; Test HINFO canonicalisation
27 ; HINFO record signed with ldns, HINFO in uppercase, signature uppercase
30 jelte.nlnetlabs.nl. IN HINFO
32 jelte.nlnetlabs.nl. 3600 IN HINFO "Jelte" "Machine van"
33 jelte.nlnetlabs.nl. 3600 IN RRSIG HINFO 5 3 3600 20090203100022 20090106100022 48885 jelte.nlnetlab…
37 ; HINFO record signed with ldns, HINFO in lowercase, signature lowercase
40 jelte.nlnetlabs.nl. IN HINFO
42 jelte.nlnetlabs.nl. 3600 IN HINFO "jelte" "machine van"
46 ; HINFO record signed with ldns, HINFO in uppercase, signature lowercase
50 bogus.jelte.nlnetlabs.nl. IN HINFO
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/trust-dns-proto-0.20.3/src/rr/rdata/
H A Dhinfo.rs42 pub struct HINFO { struct
47 impl HINFO { argument
58 pub fn new(cpu: String, os: String) -> HINFO { in new() argument
59 HINFO { in new()
76 pub fn from_bytes(cpu: Box<[u8]>, os: Box<[u8]>) -> HINFO { in from_bytes() argument
77 HINFO { cpu, os } in from_bytes()
92 pub fn read(decoder: &mut BinDecoder<'_>) -> ProtoResult<HINFO> { in read() argument
102 Ok(HINFO { cpu, os }) in read()
135 impl fmt::Display for HINFO { implementation
155 let rdata = HINFO::new("cpu".to_string(), "os".to_string()); in test()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/rdata/
H A Dhinfo.rs42 pub struct HINFO { struct
47 impl HINFO { argument
58 pub fn new(cpu: String, os: String) -> HINFO { in new() argument
59 HINFO { in new()
76 pub fn from_bytes(cpu: Box<[u8]>, os: Box<[u8]>) -> HINFO { in from_bytes() argument
77 HINFO { cpu, os } in from_bytes()
92 pub fn read(decoder: &mut BinDecoder<'_>) -> ProtoResult<HINFO> { in read() argument
102 Ok(HINFO { cpu, os }) in read()
135 impl fmt::Display for HINFO { implementation
155 let rdata = HINFO::new("cpu".to_string(), "os".to_string()); in test()
[all …]
/dports/dns/dog/dog-0.1.0/dns/src/record/
H A Dhinfo.rs18 pub struct HINFO { struct
27 impl Wire for HINFO { argument
85 assert_eq!(HINFO::read(buf.len() as _, &mut Cursor::new(buf)).unwrap(), in parses()
86 HINFO { in parses()
101 assert_eq!(HINFO::read(6, &mut Cursor::new(buf)), in incorrect_record_length()
107 assert_eq!(HINFO::read(0, &mut Cursor::new(&[])), in record_empty()
117 assert_eq!(HINFO::read(23, &mut Cursor::new(buf)), in buffer_ends_abruptly()
H A Dmod.rs17 pub use self::hinfo::HINFO;
74 HINFO(HINFO), enumerator
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/trust-dns-proto-0.20.3/src/rr/
H A Drecord_type.rs56 HINFO, enumerator
169 "HINFO" => Ok(RecordType::HINFO), in from_str()
213 13 => RecordType::HINFO, in from()
285 RecordType::HINFO => "HINFO", in from()
329 RecordType::HINFO => 13, in from()
388 RecordType::HINFO, in test_order()
410 RecordType::HINFO, in test_order()
H A Drecord_data.rs22 CAA, HINFO, MX, NAPTR, NULL, OPENPGPKEY, OPT, SOA, SRV, SSHFP, SVCB, TLSA, TXT,
189 HINFO(HINFO), enumerator
712 RecordType::HINFO => { in read()
714 rdata::hinfo::read(decoder).map(RData::HINFO) in read()
882 RData::HINFO(ref hinfo) => rdata::hinfo::emit(encoder, hinfo), in emit()
923 RData::HINFO(..) => RecordType::HINFO, in to_record_type()
968 RData::HINFO(ref hinfo) => w(f, hinfo), in fmt()
1117 RData::HINFO(HINFO::new("cpu".to_string(), "os".to_string())), in get_data()
1215 RData::HINFO(..) => RecordType::HINFO, in record_type_from_rdata()
/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/
H A Drecord_type.rs56 HINFO, enumerator
169 "HINFO" => Ok(RecordType::HINFO), in from_str()
213 13 => RecordType::HINFO, in from()
285 RecordType::HINFO => "HINFO", in from()
329 RecordType::HINFO => 13, in from()
388 RecordType::HINFO, in test_order()
410 RecordType::HINFO, in test_order()
H A Drecord_data.rs22 CAA, HINFO, MX, NAPTR, NULL, OPENPGPKEY, OPT, SOA, SRV, SSHFP, SVCB, TLSA, TXT,
189 HINFO(HINFO), enumerator
712 RecordType::HINFO => { in read()
714 rdata::hinfo::read(decoder).map(RData::HINFO) in read()
882 RData::HINFO(ref hinfo) => rdata::hinfo::emit(encoder, hinfo), in emit()
923 RData::HINFO(..) => RecordType::HINFO, in to_record_type()
968 RData::HINFO(ref hinfo) => w(f, hinfo), in fmt()
1117 RData::HINFO(HINFO::new("cpu".to_string(), "os".to_string())), in get_data()
1215 RData::HINFO(..) => RecordType::HINFO, in record_type_from_rdata()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libmdns-0.2.6/src/dns_parser/
H A Denums.rs31 HINFO = 13, enumerator
74 HINFO = 13, enumerator
215 13 => Ok(HINFO), in parse()
259 13 => Ok(HINFO), in parse()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libmdns-0.2.4/src/dns_parser/
H A Denums.rs31 HINFO = 13, enumerator
74 HINFO = 13, enumerator
215 13 => Ok(HINFO), in parse()
259 13 => Ok(HINFO), in parse()
/dports/dns/dog/dog-0.1.0/xtests/
H A Dtcp.toml77 # HINFO records
80 name = "Look up an existing HINFO record using TCP"
81 shell = "dog HINFO hinfo-example.lookup.dog @1.1.1.1 --short --tcp"
88 name = "Look up a missing HINFO record using TCP"
89 shell = "dog HINFO non.existent @1.1.1.1 --short --tcp"
H A Djson.toml77 # HINFO records
80 name = "Look up an existing HINFO record formatted as JSON"
81 shell = "dog HINFO hinfo-example.lookup.dog @1.1.1.1 --json"
88 name = "Look up a missing HINFO record formatted as JSON"
89 shell = "dog HINFO non.existent @1.1.1.1 --json"
H A Dhttps.toml77 # HINFO records
80 name = "Look up an existing HINFO record using HTTPS"
81 shell = "dog HINFO hinfo-example.lookup.dog @https://cloudflare-dns.com/dns-query --short --https"
88 name = "Look up a missing HINFO record using HTTPS"
89 shell = "dog HINFO non.existent @https://cloudflare-dns.com/dns-query --short --https"
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dns-parser-0.8.0/src/
H A Denums.rs33 HINFO = hinfo::Record::TYPE, enumerator
79 HINFO = hinfo::Record::TYPE, enumerator
228 hinfo::Record::TYPE => Ok(HINFO), in parse()
274 hinfo::Record::TYPE => Ok(HINFO), in parse()
/dports/www/firefox/firefox-99.0/third_party/rust/dns-parser/src/
H A Denums.rs33 HINFO = hinfo::Record::TYPE, enumerator
79 HINFO = hinfo::Record::TYPE, enumerator
228 hinfo::Record::TYPE => Ok(HINFO), in parse()
274 hinfo::Record::TYPE => Ok(HINFO), in parse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dns-parser/src/
H A Denums.rs33 HINFO = hinfo::Record::TYPE, enumerator
79 HINFO = hinfo::Record::TYPE, enumerator
228 hinfo::Record::TYPE => Ok(HINFO), in parse()
274 hinfo::Record::TYPE => Ok(HINFO), in parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dns-parser/src/
H A Denums.rs33 HINFO = hinfo::Record::TYPE, enumerator
79 HINFO = hinfo::Record::TYPE, enumerator
228 hinfo::Record::TYPE => Ok(HINFO), in parse()
274 hinfo::Record::TYPE => Ok(HINFO), in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dns-parser/src/
H A Denums.rs33 HINFO = hinfo::Record::TYPE, enumerator
79 HINFO = hinfo::Record::TYPE, enumerator
228 hinfo::Record::TYPE => Ok(HINFO), in parse()
274 hinfo::Record::TYPE => Ok(HINFO), in parse()

12345678910>>...39