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

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dtest_addr.c122 check_truncation(krb5_context context, const char *addr) function
217 check_truncation(context, "IPv4:127.0.0.0");
218 check_truncation(context, "RANGE:IPv4:127.0.0.0-IPv4:127.0.0.255");
220 check_truncation(context, "IPv6:::");
221 check_truncation(context, "IPv6:::1");
222 check_truncation(context, "IPv6:2001:db8:1:2:3:4:1428:7ab");
223 check_truncation(context, "IPv6:fe80::209:0:0:0");
224 check_truncation(context, "IPv6:fe80::ffff:ffff:ffff:ffff");

Completed in 34 milliseconds