Searched defs:test_gabn (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dlwres_test.c145 test_gabn(const char *target) { function
274 test_gabn("alias-05.test"); /* exact, then search. */
275 test_gabn("f.root-servers.net.");
276 test_gabn("poofball.flame.org.");
277 test_gabn("foo.ip6.int.");
278 test_gabn("notthereatall.flame.org"); /* exact, then search (!found)*/
279 test_gabn("shell"); /* search (found in nominum.com), then exact */
280 test_gabn("kechara"); /* search (found in flame.org), then exact */
281 test_gabn("lkasdjlaksjdlkasjdlkasjdlkasjd"); /* search, exact(!found)*/
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c123 test_gabn(const char *target, lwres_result_t expected, const char *address, function
655 test_gabn("a.example1", LWRES_R_SUCCESS, "10.0.1.1",
657 test_gabn("a.example1.", LWRES_R_SUCCESS, "10.0.1.1",
659 test_gabn("a.example2", LWRES_R_SUCCESS, "10.0.2.1",
661 test_gabn("a.example2.", LWRES_R_SUCCESS, "10.0.2.1",
663 test_gabn("a.example3", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4);
664 test_gabn("a.example3.", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4);
666 test_gabn("a", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4);
668 test_gabn("a", LWRES_R_SUCCESS, "10.0.1.1", LWRES_ADDRTYPE_V4);
669 test_gabn("
[all...]

Completed in 31 milliseconds