projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20760c
)
netinet/in.h: add missing IP protocol numbers from the linux uapi headers
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 15 Sep 2013 02:41:36 +0000
(
02:41
+0000)
committer
Szabolcs Nagy
<nsz@port70.net>
Sun, 15 Sep 2013 02:41:36 +0000
(
02:41
+0000)
include/netinet/in.h
patch
|
blob
|
history
diff --git
a/include/netinet/in.h
b/include/netinet/in.h
index d886fc2850df1cd8a763ec8011454db1a09975df..881f670b2fb0b3200b18fdda8924be5337f8a0ba 100644
(file)
--- 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