firedns_ntoa6(3)
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 seper
- ated format.
RETURN VALUE
- Returns a string containing the IP address in human-read
- able colon seperated format.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
- libfiredns(3)
- 2002-03-31