VirtualBox

Changeset 26610 in vbox


Ignore:
Timestamp:
Feb 17, 2010 2:12:26 PM (15 years ago)
Author:
vboxsync
Message:

tcp.cpp: IPRT_WITH_TCPIP_V6 not IPRT_TCP_IN6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/tcp.cpp

    r26590 r26610  
    4343# include <netinet/tcp.h>
    4444# include <arpa/inet.h>
    45 # ifdef IPRT_TCP_IN6
     45# ifdef IPRT_WITH_TCPIP_V6
    4646#  include <netinet6/in6.h>
    4747# endif
     
    919919        struct sockaddr     Addr;
    920920        struct sockaddr_in  Ipv4;
    921 #ifdef IPRT_TCP_IN6
     921#ifdef IPRT_WITH_TCPIP_V6
    922922        struct sockaddr_in6 Ipv6;
    923923#endif
     
    942942            pAddr->uAddr.IPv4.u = u.Ipv4.sin_addr.s_addr;
    943943        }
    944 #ifdef IPRT_TCP_IN6
     944#ifdef IPRT_WITH_TCPIP_V6
    945945        else if (   cbAddr == sizeof(struct sockaddr_in6)
    946946                 && u.Addr.sa_family == AF_INET6)
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