Home
last modified time | relevance | path

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

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