lwres_net_ntop (3) Linux Manual Page
lwres_net_ntop – lightweight resolver IP address presentation
Synopsis
#include <lwres/net.h>
- const char * lwres_net_ntop(int
af, const void * src, char* dst, size_tsize);
Description
lwres_net_ntop() The generated string is copied to dst provided size indicates it is long enough to store the ASCII representation of the address.
Return Values
If successful, the function returns dst: a pointer to a string containing the presentation format of the address. lwres_net_ntop() returns NULL and sets the global variable errno to EAFNOSUPPORT if the protocol family given in af is not supported.See Also
RFC1884(), inet_ntop(3), errno(3).Copyright
Copyright © 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")Copyright © 2000, 2001 Internet Software Consortium.
