VirtualBox

Changeset 52519 in vbox for trunk/include/iprt/net.h


Ignore:
Timestamp:
Aug 28, 2014 3:58:58 PM (10 years ago)
Author:
vboxsync
Message:

Provide names for all types of IPv6 Neighbor Discovery. Provide
compat definitions for old NS/NA names and mark them as deprecated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/net.h

    r52422 r52519  
    805805#define RTNETIPV6_PROT_ICMPV6       (58)
    806806#define RTNETIPV6_ICMPV6_CODE_0     (0)
    807 #define RTNETIPV6_ICMP_NS_TYPE      (135)
    808 #define RTNETIPV6_ICMP_NA_TYPE      (136)
     807
     808/** @name Internet Control Message Protocol version 6 (ICMPv6) message types.
     809 * @{ */
     810#define RTNETIPV6_ICMP_TYPE_RS      133
     811#define RTNETIPV6_ICMP_TYPE_RA      134
     812#define RTNETIPV6_ICMP_TYPE_NS      135
     813#define RTNETIPV6_ICMP_TYPE_NA      136
     814#define RTNETIPV6_ICMP_TYPE_RDR     137
     815/** @} */
     816
     817/** @deprecated */
     818#define RTNETIPV6_ICMP_NS_TYPE      (RTNETIPV6_ICMP_TYPE_NS)
     819/** @deprecated */
     820#define RTNETIPV6_ICMP_NA_TYPE      (RTNETIPV6_ICMP_TYPE_NA)
     821
    809822#define RTNETIPV6_ICMP_ND_SLLA_OPT  (1)
    810823#define RTNETIPV6_ICMP_ND_TLLA_OPT  (2)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette