6575N/A - Copyright (C) 2000, 2001 Internet Software Consortium. 6575N/A - Permission to use, copy, modify, and distribute this software for any 6575N/A - purpose with or without fee is hereby granted, provided that the above 6575N/A - copyright notice and this permission notice appear in all copies. 6575N/A - THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM 6575N/A - DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL 6575N/A - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 6575N/A - INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, 6575N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 6575N/A - FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 6575N/A - NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 6575N/A - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 6575N/ACONTENT="Modular DocBook HTML Stylesheet Version 1.61 6575N/A>lwres_net_ntop -- lightweight resolver IP address presentation</
DIV >(int af, const void *src, char *dst, size_t size);</
CODE> converts an IP address of
> — IPv4 or IPv6 —
> 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.</
P>The generated string is copied to <
TT> indicates it is long enough to store the
ASCII representation of the address.</
P>If successful, the function returns <
TTa pointer to a string containing the presentation format of the
> and sets the global variable
the protocol family given in <
TT