nx_dns_authoritative_test.nx
buildroot/runtime/nx_dns_authoritative_test.nx
about
nx_dns_authoritative_test.nx -- smoke for authoritative DNS.
Covers:
1. Verdict + RCODE enum gates
2. Zone init + add_a + lookup
3. ASCII name decode from wire format
4. Response build for NOERROR (A record) verifying wire bytes
5. Response build for NXDOMAIN
6. Top-level serve_query end-to-end
expect_exit: 0
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls_x86_64.nxnx_dns_authoritative.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 18 | func bytes_eq(a: *u8, b: *u8, n: i64) -> i64 called by 1: main |
| 27 | func main() -> i64 |