1 .\" (C) 2002 Ian Gulliver
2 .TH firedns_ntoa6 3 2002-03-31
4 firedns_ntoa6 \- convert a binary format IPv6 address to a colon seperated string
6 .B #include <firedns.h>
10 .BI "char *firedns_ntoa6(const struct in6_addr *" "ip" ")"
12 .BI "char *firedns_ntoa6_r(const struct in6_addr *" "ip" ")"
14 .BI "char *firedns_ntoa6_s(const struct in6_addr *" "ip" ", char *" "result" ")"
16 firedns_ntoa6() takes an IPv6 address in binary format in
20 of the IP in human-readable colon seperated format.
22 Returns a string containing the IP address in human-readable colon seperated format.
24 Ian Gulliver <ian@penguinhosting.net>