diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index e281e45547..9efa5fc0f6 100644 --- 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. */ |