summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-09-15 02:41:36 +0000
committerSzabolcs Nagy <nsz@port70.net>2013-09-15 02:41:36 +0000
commit0dc630ec95414c6e64429222c9d688d180e2a4bc (patch)
tree931e6e35632c674b2fc60391659234c0ac8b60cc /include
parentb20760c02318fa6da228587c401a8b2bb22a1aab (diff)
downloadmusl-0dc630ec95414c6e64429222c9d688d180e2a4bc.tar.gz
netinet/in.h: add missing IP protocol numbers from the linux uapi headers
Diffstat (limited to 'include')
-rw-r--r--include/netinet/in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h
index d886fc28..881f670b 100644
--- a/include/netinet/in.h
+++ b/include/netinet/in.h
@@ -91,10 +91,12 @@ uint16_t ntohs(uint16_t);
#define IPPROTO_NONE 59
#define IPPROTO_DSTOPTS 60
#define IPPROTO_MTP 92
+#define IPPROTO_BEETPH 94
#define IPPROTO_ENCAP 98
#define IPPROTO_PIM 103
#define IPPROTO_COMP 108
#define IPPROTO_SCTP 132
+#define IPPROTO_MH 135
#define IPPROTO_UDPLITE 136
#define IPPROTO_RAW 255
#define IPPROTO_MAX 256