98N/A - Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 1379N/A - Copyright (C) 2001 Internet Software Consortium. 98N/A - Permission to use, copy, modify, and distribute this software for any 919N/A - purpose with or without fee is hereby granted, provided that the above 919N/A - copyright notice and this permission notice appear in all copies. 919N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 919N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 919N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 919N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 919N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 919N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 919N/A - PERFORMANCE OF THIS SOFTWARE. 98N/A>lwres_inetntop</
TITLE 493N/ACONTENT="Modular DocBook HTML Stylesheet Version 1.79"></
HEAD 1366N/A>lwres_net_ntop -- lightweight resolver IP address presentation</
DIV 98N/ACLASS="FUNCSYNOPSIS" 493N/ACLASS="FUNCSYNOPSISINFO" 1351N/A>(int af, const void *src, char *dst, size_t size);</
CODE 606N/A> converts an IP address of
1262N/A> — IPv4 or IPv6 —
1109N/A> from network format to its
1109N/Aconventional representation as a string. For IPv4 addresses, that
1109N/Astring would be a dotted-decimal. An IPv6 address would be
606N/Arepresented in colon notation as described in RFC1884.</
P 606N/A>The generated string is copied to <
CODE 493N/A> indicates it is long enough to store the
493N/AASCII representation of the address.</
P 606N/A>If successful, the function returns <
CODE 1196N/Aa pointer to a string containing the presentation format of the
705N/A> and sets the global variable
970N/Athe protocol family given in <
CODE