On Wed, Mar 26, 2003 at 12:36:00AM +0100, Andreas Pflug wrote:
> Kurt,
>
> for my opinion, ConvSockAddr6to4 works wrong. The resulting ip address
> looks good for the eye, but only if printed as an integer which will
> interpret it little-endian (host byte order).
Oops, I didn't see that one.
convSockAddr6to4() is obviously wrong. There is where it gets
converted to host order where it shouldn't.
What is that SockAddr_ntop() doing there anyway? Maybe the
inteded code was a combination for SockAddr_ntop() and
SockAddr_pton()?
Kurt