Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
debc5c49
Commit
debc5c49
authored
Nov 13, 2022
by
Alex Henrie
Committed by
Alexandre Julliard
Nov 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IN4ADDR_*_INIT to mstcpip.h.
parent
1addbe3e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
mstcpip.h
include/mstcpip.h
+20
-0
No files found.
include/mstcpip.h
View file @
debc5c49
...
@@ -45,6 +45,16 @@ struct tcp_keepalive
...
@@ -45,6 +45,16 @@ struct tcp_keepalive
#define RCVALL_ON 1
#define RCVALL_ON 1
#define RCVALL_SOCKETLEVELONLY 2
#define RCVALL_SOCKETLEVELONLY 2
#define IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define IN4ADDR_LOOPBACK_INIT { 126, 0, 0, 1 }
#define IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
#define IN4ADDR_ALLIGMPV3ROUTERSONLINK_INIT { 224, 0, 0, 22 }
#define IN4ADDR_ALLTEREDONODESONLINK_INIT { 224, 0, 0, 253 }
#define IN4ADDR_LINKLOCALPREFIX_INIT { 169, 254, 0, 0 }
#define IN4ADDR_MULTICASTPREFIX_INIT { 224, 0, 0, 0 }
#else
#else
#define WS_SIO_RCVALL _WSAIOW(WS_IOC_VENDOR, 1)
#define WS_SIO_RCVALL _WSAIOW(WS_IOC_VENDOR, 1)
...
@@ -63,6 +73,16 @@ struct tcp_keepalive
...
@@ -63,6 +73,16 @@ struct tcp_keepalive
#define WS_RCVALL_ON 1
#define WS_RCVALL_ON 1
#define WS_RCVALL_SOCKETLEVELONLY 2
#define WS_RCVALL_SOCKETLEVELONLY 2
#define WS_IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define WS_IN4ADDR_LOOPBACK_INIT { 126, 0, 0, 1 }
#define WS_IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define WS_IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define WS_IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
#define WS_IN4ADDR_ALLIGMPV3ROUTERSONLINK_INIT { 224, 0, 0, 22 }
#define WS_IN4ADDR_ALLTEREDONODESONLINK_INIT { 224, 0, 0, 253 }
#define WS_IN4ADDR_LINKLOCALPREFIX_INIT { 169, 254, 0, 0 }
#define WS_IN4ADDR_MULTICASTPREFIX_INIT { 224, 0, 0, 0 }
#endif
/* USE_WS_PREFIX */
#endif
/* USE_WS_PREFIX */
#endif
/* __WINE_MSTCPIP_H */
#endif
/* __WINE_MSTCPIP_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment