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

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dlwres_test.c153 test_gabn(const char *target) { function
282 test_gabn("alias-05.test"); /* exact, then search. */
283 test_gabn("f.root-servers.net.");
284 test_gabn("poofball.flame.org.");
285 test_gabn("foo.ip6.int.");
286 test_gabn("notthereatall.flame.org"); /* exact, then search (!found)*/
287 test_gabn("shell"); /* search (found in nominum.com), then exact */
288 test_gabn("kechara"); /* search (found in flame.org), then exact */
289 test_gabn("lkasdjlaksjdlkasjdlkasjdlkasjd"); /* search, exact(!found)*/
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/lwresd/
H A Dlwtest.c130 test_gabn(const char *target, lwres_result_t expected, const char *address, function
656 test_gabn("a.example1", LWRES_R_SUCCESS, "10.0.1.1",
658 test_gabn("a.example1.", LWRES_R_SUCCESS, "10.0.1.1",
660 test_gabn("a.example2", LWRES_R_SUCCESS, "10.0.2.1",
662 test_gabn("a.example2.", LWRES_R_SUCCESS, "10.0.2.1",
664 test_gabn("a.example3", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4);
665 test_gabn("a.example3.", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4);
666 test_gabn("a", LWRES_R_SUCCESS, "10.0.1.1", LWRES_ADDRTYPE_V4);
667 test_gabn("a.", LWRES_R_NOTFOUND, NULL, LWRES_ADDRTYPE_V4);
669 test_gabn("a
[all...]

Completed in 120 milliseconds