projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25c5d6
)
(IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol (with same...
author
Thomas Bushnell, BSG
<thomas@gnu.org>
Tue, 8 Aug 1995 16:05:07 +0000
(16:05 +0000)
committer
Thomas Bushnell, BSG
<thomas@gnu.org>
Tue, 8 Aug 1995 16:05:07 +0000
(16:05 +0000)
inet/netinet/in.h
patch
|
blob
|
history
diff --git
a/inet/netinet/in.h
b/inet/netinet/in.h
index e281e455471994117594b012080604b60229c475..9efa5fc0f6e06b7c33b41a7d1d5df7f78c3ded84 100644
(file)
--- a/
inet/netinet/in.h
+++ b/
inet/netinet/in.h
@@
-28,7
+28,7
@@
enum
{
IPPROTO_IP = 0, /* Dummy protocol for TCP. */
IPPROTO_ICMP = 1, /* Internet Control Message Protocol. */
- IPPROTO_
GGP = 2, /* Gateway Protocol (deprecated).
*/
+ IPPROTO_
IGMP = 2, /* Internet Group Management Protocol.
*/
IPPROTO_TCP = 6, /* Transmission Control Protocol. */
IPPROTO_EGP = 8, /* Exterior Gateway Protocol. */
IPPROTO_PUP = 12, /* PUP protocol. */