getdns_display_ip_address (3) Linux Manual Page
getdns_display_ip_address — convert an getdns ip address to string
Library
DNS Resolver library (libgetdns, -lgetdns)Synopsis
#include <getdns.h> char *
getdns_display_ip_address (const getdns_bindata *ipv4_or_ipv6_addr)
Description
This helper function returns a nicely formatted string representation of the IPv4 or IPv6 address. The length of the bindata is used to determine whether the address is IPv4 or IPv6.- ipv4_or_ipv6_addr
- bindata of the address to print
