diff options
-rw-r--r-- | system/include/net/netinet/in.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/include/net/netinet/in.h b/system/include/net/netinet/in.h index 9229ca84..2e4e4e57 100644 --- a/system/include/net/netinet/in.h +++ b/system/include/net/netinet/in.h @@ -9,6 +9,10 @@ extern "C" { enum { IPPROTO_IP = 0, #define IPPROTO_IP IPPROTO_IP + IPPROTO_TCP = 1, +#define IPPROTO_TCP IPPROTO_TCP + IPPROTO_UDP = 2, +#define IPPROTO_UDP IPPROTO_UDP IPPROTO_MAX }; |