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
8bce44e4
Commit
8bce44e4
authored
Apr 12, 2020
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Add IPPROTO_IPIP mapping.
Signed-off-by:
Marcus Meissner
<
marcus@jet.franken.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ffff484d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
socket.c
dlls/ws2_32/socket.c
+1
-0
winsock.h
include/winsock.h
+2
-0
No files found.
dlls/ws2_32/socket.c
View file @
8bce44e4
...
...
@@ -761,6 +761,7 @@ static const int ws_proto_map[][2] =
MAP_OPTION
(
IPPROTO_ICMP
),
MAP_OPTION
(
IPPROTO_IGMP
),
MAP_OPTION
(
IPPROTO_RAW
),
MAP_OPTION
(
IPPROTO_IPIP
),
{
FROM_PROTOCOL_INFO
,
FROM_PROTOCOL_INFO
},
};
...
...
include/winsock.h
View file @
8bce44e4
...
...
@@ -257,6 +257,7 @@ extern "C" {
#define IPPROTO_ICMP 1
#define IPPROTO_IGMP 2
#define IPPROTO_GGP 3
#define IPPROTO_IPIP 4
#define IPPROTO_TCP 6
#define IPPROTO_UDP 17
#define IPPROTO_IDP 22
...
...
@@ -270,6 +271,7 @@ extern "C" {
#define WS_IPPROTO_ICMP 1
#define WS_IPPROTO_IGMP 2
#define WS_IPPROTO_GGP 3
#define WS_IPPROTO_IPIP 4
#define WS_IPPROTO_TCP 6
#define WS_IPPROTO_UDP 17
#define WS_IPPROTO_IDP 22
...
...
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