On Tuesday 2008-04-08 19:35, Andy Whitcroft wrote:
+#define E(a, b, c, d) \
+ {.ip6 = { \
+ __constant_htonl(a), __constant_htonl(b), \
+ __constant_htonl(c), __constant_htonl(d), \
+ }}
static const struct union nf_inet_addr some_address = E(20010db8,0,13,17);
--