VirtualBox

Changeset 64536 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 3, 2016 3:39:17 PM (8 years ago)
Author:
vboxsync
Message:

NAT: provide standard names for shutdown(2) "how" argument on Windows.

File:
1 edited

Legend:

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

    r63012 r64536  
    101101# define EHOSTDOWN WSAEHOSTDOWN
    102102# define ENETDOWN WSAENETDOWN
     103
     104/* standard names for the shutdown() "how" argument */
     105#define SHUT_RD SD_RECEIVE
     106#define SHUT_WR SD_SEND
     107#define SHUT_RDWR SD_BOTH
    103108
    104109typedef uint8_t u_int8_t;
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