Alien-cares

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

libcares/test/fuzzinput/0177b7566f08c013699eaea9a77abeb3
libcares/test/fuzzinput/020a4fa317715bfdb236ed13751e6b65
libcares/test/fuzzinput/0310f2e81bea31f4fe3f330872a877dd
libcares/test/fuzzinput/0449be67df1730b2d0887d412a9b7cc4
libcares/test/fuzzinput/0449dd14f7aa94bf0d716bfe09b287a8
libcares/test/fuzzinput/04c93cdf7208979aa4df80a3a0d5a2d8
libcares/test/fuzzinput/0567e7171e08e75f3f91c4ca74c17adc
libcares/test/fuzzinput/05ba948578a397e9cbc6a7b3e78622fa
libcares/test/fuzzinput/060afe5ed25f3e2e86167e545f27edca
libcares/test/fuzzinput/06d47d3681493f1b1d41236f460d896f
libcares/test/fuzzinput/0724a810b0e131c2fddb6de9003b9064
libcares/test/fuzzinput/0b5279148826f5b962bcf1896bdb4ede
libcares/test/fuzzinput/114048c0f6b10bdc67ce9166405d195e
libcares/test/fuzzinput/11b8464a0ef8735d202955c34c36b0c7
libcares/test/fuzzinput/11cb626f1668c7b41954ce7d768fe528
libcares/test/fuzzinput/14b133bf18125b75a1976fa63a1df6b7
libcares/test/fuzzinput/153c6b3afa8faa03c8bc28f936a6d4cf
libcares/test/fuzzinput/182cad2a342ed7317b7c21a5d17020d1
libcares/test/fuzzinput/1c61a61bb7057b52c5b15188345a5238
libcares/test/fuzzinput/1dbe2cf62ed2e4fa1c3cb473f08710b5
libcares/test/fuzzinput/21199be504fcfece5c7096ee0dbba507

libcares/config.sub  view on Meta::CPAN

	hp9k6[0-9][0-9] | hp6[0-9][0-9])
		basic_machine=hppa1.0-hp
		;;
	hp9k7[0-79][0-9] | hp7[0-79][0-9])
		basic_machine=hppa1.1-hp
		;;
	hp9k78[0-9] | hp78[0-9])
		# FIXME: really hppa2.0-hp
		basic_machine=hppa1.1-hp
		;;
	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
		# FIXME: really hppa2.0-hp
		basic_machine=hppa1.1-hp
		;;
	hp9k8[0-9][13679] | hp8[0-9][13679])
		basic_machine=hppa1.1-hp
		;;
	hp9k8[0-9][0-9] | hp8[0-9][0-9])
		basic_machine=hppa1.0-hp
		;;
	hppa-next)

libcares/test/ares-test-parse-a.cc  view on Meta::CPAN

  std::vector<byte> data = {
    0x12, 0x34,  // [0:2) qid
    0x84, // [2] response + query + AA + not-TC + not-RD
    0x00, // [3] not-RA + not-Z + not-AD + not-CD + rc=NoError
    0x00, 0x01,  // [4:6) num questions
    0x00, 0x01,  // [6:8) num answer RRs
    0x00, 0x00,  // [8:10) num authority RRs
    0x00, 0x00,  // [10:12) num additional RRs
    // Question
    0x07, 'e', 'x', 'a', 'm', 'p', 'l', 'e', // [12:20)
    0x03, 'c', 'o', 'm', // [20,24)
    0x00, // [24]
    0x00, 0x01,  // [25:26) type A
    0x00, 0x01,  // [27:29) class IN
    // Answer 1
    0x07, 'e', 'x', 'a', 'm', 'p', 'l', 'e', // [29:37)
    0x03, 'c', 'o', 'm', // [37:41)
    0x00, // [41]
    0x00, 0x01,  // [42:44) RR type
    0x00, 0x01,  // [44:46) class IN
    0x01, 0x02, 0x03, 0x04, // [46:50) TTL



( run in 1.603 second using v1.01-cache-2.11-cpan-7add2cbd662 )