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:
5652d70
)
add some new-ish IPPROTO constants that were missing
author
Rich Felker
<dalias@aerifal.cx>
Wed, 2 Jan 2013 01:19:20 +0000
(20:19 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 2 Jan 2013 01:19:20 +0000
(20:19 -0500)
include/netinet/in.h
patch
|
blob
|
history
diff --git
a/include/netinet/in.h
b/include/netinet/in.h
index f2f89aba0ca1c4695f82be2c8786ee1520450f8a..1086f074033b58f4db9c4a3b0cda093291875f7b 100644
(file)
--- a/
include/netinet/in.h
+++ b/
include/netinet/in.h
@@
-81,6
+81,7
@@
uint16_t ntohs(uint16_t);
#define IPPROTO_UDP 17
#define IPPROTO_IDP 22
#define IPPROTO_TP 29
+#define IPPROTO_DCCP 33
#define IPPROTO_IPV6 41
#define IPPROTO_ROUTING 43
#define IPPROTO_FRAGMENT 44
@@
-95,6
+96,8
@@
uint16_t ntohs(uint16_t);
#define IPPROTO_ENCAP 98
#define IPPROTO_PIM 103
#define IPPROTO_COMP 108
+#define IPPROTO_SCTP 132
+#define IPPROTO_UDPLITE 136
#define IPPROTO_RAW 255
#define IPPROTO_MAX 256