On Mon, 19 Jul 2004 17:15:51 +0200 Alpt <alpt@freaknet.org> wrote: > What's the ipv6 array ORDER in the in6_addr struct? > In other words what's the word order of "__u32 u6_addr32[4];" ? > Is it "most significant word first" or "least significant first"? It's network byte order, so the first array element is the most significant, it covers the higher-most bits. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html