GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
getdns_display_ip_address(3) getdns getdns_display_ip_address(3)

getdns_display_ip_address -- convert an getdns ip address to string

DNS Resolver library (libgetdns, -lgetdns)

#include <getdns.h>

char *
getdns_display_ip_address (const getdns_bindata *ipv4_or_ipv6_addr)

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

Returns a string representation of the IP address (allocated using the system allocator - malloc), the caller is responsible for freeing the storage using free().

TBD

libgetdns(3)

December 2015 getdns 1.5.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.