net: build on Windows
[dpdk.git] / lib / librte_eal / windows / include / netinet / in.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2020 Mellanox Technologies, Ltd
3  */
4
5 #ifndef _IN_H_
6 #define _IN_H_
7
8 #define IPPROTO_IP         0
9 #define IPPROTO_HOPOPTS    0
10 #define IPPROTO_ICMP       1
11 #define IPPROTO_IPIP       4
12 #define IPPROTO_TCP        6
13 #define IPPROTO_UDP       17
14 #define IPPROTO_IPV6      41
15 #define IPPROTO_ROUTING   43
16 #define IPPROTO_FRAGMENT  44
17 #define IPPROTO_GRE       47
18 #define IPPROTO_ESP       50
19 #define IPPROTO_AH        51
20 #define IPPROTO_ICMPV6    58
21 #define IPPROTO_NONE      59
22 #define IPPROTO_DSTOPTS   60
23 #define IPPROTO_SCTP     132
24
25 #endif