lwres_net_ntop(3) - phpMan

Command: man perldoc info search(apropos)  


LWRES_INETNTOP(3)                             BIND9                             LWRES_INETNTOP(3)



NAME
       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_t size);

DESCRIPTION
       lwres_net_ntop() converts an IP address of protocol family af -- IPv4 or IPv6 -- at
       location src from network format to its conventional representation as a string. For IPv4
       addresses, that string would be a dotted-decimal. An IPv6 address would be represented in
       colon notation as described in RFC1884.

       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).

AUTHOR
       Internet Systems Consortium, Inc.

COPYRIGHT
       Copyright (C) 2000, 2001, 2004, 2005, 2007, 2014-2016, 2018 Internet Systems Consortium,
       Inc. ("ISC")



ISC                                         2007-06-18                          LWRES_INETNTOP(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-20 07:43 @18.223.159.195 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!