| 70 | } |
| 71 | |
| 72 | static void ASMapGetMappedASUnmappedv4(benchmark::Bench& bench) |
| 73 | { |
| 74 | // Reserved as per RFC 5737 (unmapped) |
| 75 | std::vector<CNetAddr> addrs{LookupAddr("203.0.113.0")}; |
| 76 | BenchGetMappedAS(bench, addrs, /*check=*/false); |
| 77 | } |
| 78 | |
| 79 | static void ASMapGetMappedASUnmappedv6(benchmark::Bench& bench) |
| 80 | { |
nothing calls this directly
no test coverage detected