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
6521c09d
Commit
6521c09d
authored
Nov 18, 2022
by
Akihiro Sagawa
Committed by
Alexandre Julliard
Nov 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix typo in IN4ADDR_LOOPBACK_INIT.
parent
87a33579
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mstcpip.h
include/mstcpip.h
+2
-2
No files found.
include/mstcpip.h
View file @
6521c09d
...
@@ -46,7 +46,7 @@ struct tcp_keepalive
...
@@ -46,7 +46,7 @@ struct tcp_keepalive
#define RCVALL_SOCKETLEVELONLY 2
#define RCVALL_SOCKETLEVELONLY 2
#define IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define IN4ADDR_LOOPBACK_INIT { 12
6
, 0, 0, 1 }
#define IN4ADDR_LOOPBACK_INIT { 12
7
, 0, 0, 1 }
#define IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
#define IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
...
@@ -74,7 +74,7 @@ struct tcp_keepalive
...
@@ -74,7 +74,7 @@ struct tcp_keepalive
#define WS_RCVALL_SOCKETLEVELONLY 2
#define WS_RCVALL_SOCKETLEVELONLY 2
#define WS_IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define WS_IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define WS_IN4ADDR_LOOPBACK_INIT { 12
6
, 0, 0, 1 }
#define WS_IN4ADDR_LOOPBACK_INIT { 12
7
, 0, 0, 1 }
#define WS_IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define WS_IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define WS_IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define WS_IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define WS_IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
#define WS_IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
...
...
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