Ticket #5608: ipv6_mreq.diff

File ipv6_mreq.diff, 501 bytes (added by andreasf, 14 years ago)

proposed patch

  • headers/posix/netinet6/in6.h

    diff -r 1830c98fd454 headers/posix/netinet6/in6.h
    a b  
    3636extern const struct in6_addr in6addr_loopback;
    3737
    3838
     39struct ipv6_mreq {
     40    struct in6_addr ipv6mr_multiaddr;
     41    unsigned        ipv6mr_interface;
     42};
     43
     44
    3945/* Non-standard helper defines (same as in FreeBSD, though) */
    4046#define __IPV6_ADDR_SCOPE_NODELOCAL         0x01
    4147#define __IPV6_ADDR_SCOPE_INTFACELOCAL      0x01