in6_addr and problems accessing members

Jeffrey Walton noloader@gmail.com
Fri Mar 25 15:04:00 GMT 2016


Cancel. I was in the wrong header.

I opened the first one that caught my eye after a grep. I did not open
the one that was being included in the test program.

Sorry about the extra noise.

Jeff

On Fri, Mar 25, 2016 at 10:12 AM, Jeffrey Walton <noloader@gmail.com> wrote:
> Hi Everyone,
>
> I'm trying to understand what is going on below. I believe I have
> glibc's in6.h header. I'm having trouble access members of the of
> struct in6_addr:
>
>     error: ‘struct in6_addr’ has no member named ‘u6_addr32’
>
> And:
>
>     error: ‘struct in6_addr’ has no member named ‘in6_u’
>
> I've looked at the CONFORMANCE document, but I don't really see where
> there might be a discrepancy.
>
> Would anyone be able to help guide me through this?
>
> My apologies for the troubles. Thank you in advance.
>
> ...



More information about the Libc-help mailing list