Home
last modified time | relevance | path

Searched refs:DNS_ENCODE (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/net/ipxe/ipxe-2265a65/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/tests/
H A Ddns_test.c61 #define DNS_ENCODE( _name, _string, _data ) \ macro
424 DNS_ENCODE ( encode_simple, "ipxe.org",
428 DNS_ENCODE ( encode_single, "foo", DATA ( 3, 'f', 'o', 'o', 0 ) );
431 DNS_ENCODE ( encode_absolute, "git.ipxe.org.",
436 DNS_ENCODE ( encode_empty, "", DATA ( 0 ) );
439 DNS_ENCODE ( encode_root, ".", DATA ( 0 ) );
442 DNS_ENCODE ( encode_initial_dot, ".foo", DATA() );
445 DNS_ENCODE ( encode_double_dot, "ipxe..org", DATA() );
448 DNS_ENCODE ( encode_solo_double_dot, "..", DATA() );
451 DNS_ENCODE ( encode_trailing_double_dot, "ipxe.org..", DATA() );
[all …]