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

/forgerock/web-agents-v4/tests/
H A Dtest_notenforced_lists.c63 static void ipv6_compare(int expected, const char * p) function
117 ipv6_compare(32, "::/32");
118 ipv6_compare(128, "2001:db8:0:0:0:0:2:1");
119 ipv6_compare(128, "2001:db8::2:1");
120 ipv6_compare(96, "::ffff:0:0:0/96"); // inet_net_ntop is wrong about this
121 ipv6_compare(28, "2001:20::/28"); // ORCHIDv2 (Overlay Routable Cryptographic Hash Identifiers). inet_net_pton says they are invalid
122 ipv6_compare(10, "fe80::/10");
124 ipv6_compare(-1, "ffff:ffff:ffff:"); // neither allow this
125 ipv6_compare(-1, "ffff:ffff:ffff/33"); // inet_net_pton allows this
126 ipv6_compare(
[all...]

Completed in 38 milliseconds