[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Announcing IPv6 support for the IRC software



On Sun, 14 Jun 1998, KIKUCHI Takahiro wrote:

> In os.h
> |# if defined(linux) || defined(__NetBSD__)
> |#  ifndef s6_laddr
> |#   define s6_laddr        s6_addr32
> |#  endif
> |# endif
> 
> I believe that many ipv6 os/systems support s6_addr32 not s6_laddr.
> Would you handle s6_laddr as a special case? (digital unix??)

I intend to, just as soon as I know how struct in6_addr is done in at
least another ipv6 implementation.

You were saying that all (many/most?) systems have s6_addr32, while
Digital Unix is a single case with s6_laddr?
Have you seen more variants than s6_addr32 and s6_addr?

-Roar Thronaes