man firedns_ntoa6 (Fonctions bibliothèques) - convert a binary format IPv6 address to a colon seperated string
NAME
firedns_ntoa6 - convert a binary format IPv6 address to a colon seperated string
SYNOPSIS
#include <firedns.h>
-lfiredns
char *firedns_ntoa6(const struct in6_addr *ip)
char *firedns_ntoa6_r(const struct in6_addr *ip)
char *firedns_ntoa6_s(const struct in6_addr *ip, char *result)
DESCRIPTION
firedns_ntoa6() takes an IPv6 address in binary format in ip and returns a char * of the IP in human-readable colon seperated format.
RETURN VALUE
Returns a string containing the IP address in human-readable colon seperated format.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>