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

/forgerock/web-agents-v4/tests/
H A Dtest_notenforced_lists.c40 #define test_hyphenated(expect, addr, range) do \ macro
154 test_hyphenated( 0, "192.168.0.25", "192.168.0.0-192.168.0.23");
157 test_hyphenated( 0, "192.153.0.0", "192.168.0.0-192.168.0.23");
158 test_hyphenated( 0, "192.153.0.23", "192.168.0.0-192.168.0.23");
160 test_hyphenated( 1, "192.153.0.23", "192.153.0.0-192.168.0.23");
163 test_hyphenated( 1, "127.0.1.25", "127.0.1.0-127.0.1.26");
167 test_hyphenated( 0, "172.18.1.10", "172.18.1.10-172.17.1.1");
175 test_hyphenated( 0, "2001:8c0:9168::2", "2001:5c0:9168::1-2001:5c0:9168::2");
178 test_hyphenated( 0, "2001:5c0:9168:0:0:0:0:3", "2001:5c0:9168::1-2001:5c0:9168::0:0:0:2");
179 test_hyphenated(
[all...]

Completed in 37 milliseconds