[olsr-dev] "struct in_addr v4" vs "olsr_u32_t v4"
Bernd Petrovitsch
(spam-protected)
Sat Oct 21 23:45:49 CEST 2006
olsr_types.h declares
---- snip ----
union olsr_ip_addr
{
olsr_u32_t v4;
struct in6_addr v6;
};
---- snip ----
Is there a special reason for having "olsr_u32_t" here and not "struct
in_addr" which is more similar to the IPv6 type and IMHO actually the
correct type?
Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services
More information about the Olsr-dev
mailing list