diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-12 18:03:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-12 18:03:43 +0000 |
commit | 085320f505022f7fbc53b229ef1dc31826e66c34 (patch) | |
tree | ee63fa3227fc3d9d1bb96caf84fdef15b273ae58 /inet/netinet | |
parent | 055778f3963336f41210feb4728a8d32da1d74fe (diff) | |
download | glibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.bz2 |
(abmon): Remove spaces.
1998-11-12 Ulrich Drepper <drepper@cygnus.com>
* locales/el_GR (abmon): Remove spaces at end of strings.
Diffstat (limited to 'inet/netinet')
-rw-r--r-- | inet/netinet/in.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 418c6f9..cfbec4f 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.h @@ -41,14 +41,20 @@ enum IPPROTO_PUP = 12, /* PUP protocol. */ IPPROTO_UDP = 17, /* User Datagram Protocol. */ IPPROTO_IDP = 22, /* XNS IDP protocol. */ + IPPROTO_TP = 29, /* SO Transport Protocol Class 4. */ IPPROTO_IPV6 = 41, /* IPv6 header. */ IPPROTO_ROUTING = 43, /* IPv6 routing header. */ IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */ + IPPROTO_RSVP = 46, /* Reservation Protocol. */ + IPPROTO_GRE = 47, /* General Routing Encapsulation. */ IPPROTO_ESP = 50, /* encapsulating security payload. */ IPPROTO_AH = 51, /* authentication header. */ IPPROTO_ICMPV6 = 58, /* ICMPv6. */ IPPROTO_NONE = 59, /* IPv6 no next header. */ IPPROTO_DSTOPTS = 60, /* IPv6 destination options. */ + IPPROTO_MTP = 92, /* Multicast Transport Protocol. */ + IPPROTO_ENCAP = 98, /* Encapsulation Header. */ + IPPROTO_PIM = 103, /* Protocol Independent Multicast. */ IPPROTO_RAW = 255, /* Raw IP packets. */ IPPROTO_MAX }; |