VirtualBox

Changeset 40285 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Feb 29, 2012 5:00:37 AM (13 years ago)
Author:
vboxsync
Message:

NAT: special_addr is already network address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/ctl.h

    r40283 r40285  
    2626
    2727#define CTL_CHECK(x, ctl) ((RT_N2H_U32((x)) & ~pData->netmask) == (ctl) \
    28                            && (((x) & ~pData->netmask) == (pData->special_addr.s_addr & ~pData->netmask)))
     28                           && (((x) & ~pData->netmask) == pData->special_addr.s_addr))
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