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

/forgerock/web-agents-v4/tests/
H A Dtest_notenforced_lists.c35 #define test_cidr(expect, addr, range) do \ macro
153 test_cidr( 1, "192.168.0.25", "192.168.0.0/24");
156 test_cidr( 0, "192.153.0.0", "192.168.0.0/24");
162 test_cidr( 1, "127.0.1.25", "127.0.1.0/16");
166 test_cidr( 1, "127.0.1.25", "127.0.1.25/0");
169 test_cidr( 1, "172.18.55.21", "172.18.0.0/16");
170 test_cidr( 1, "172.18.55.48", "172.18.1.0/16");
174 test_cidr( 0, "2001:8c0:9168:0:0:0:0:2", "2001:5c0:9168::/48");
177 test_cidr( 1, "2001:5c0:9168:0:0:0:0:3", "2001:5c0:9168::/48");
181 test_cidr(
[all...]

Completed in 27 milliseconds