Print this page
dccp: starting module template

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/netinet/in.h
          +++ new/usr/src/uts/common/netinet/in.h
↓ open down ↓ 151 lines elided ↑ open up ↑
 152  152  #define IPPROTO_HOPOPTS         0               /* Hop by hop header for IPv6 */
 153  153  #define IPPROTO_ICMP            1               /* control message protocol */
 154  154  #define IPPROTO_IGMP            2               /* group control protocol */
 155  155  #define IPPROTO_GGP             3               /* gateway^2 (deprecated) */
 156  156  #define IPPROTO_ENCAP           4               /* IP in IP encapsulation */
 157  157  #define IPPROTO_TCP             6               /* tcp */
 158  158  #define IPPROTO_EGP             8               /* exterior gateway protocol */
 159  159  #define IPPROTO_PUP             12              /* pup */
 160  160  #define IPPROTO_UDP             17              /* user datagram protocol */
 161  161  #define IPPROTO_IDP             22              /* xns idp */
      162 +#define IPPROTO_DCCP            33              /* DCCP */
 162  163  #define IPPROTO_IPV6            41              /* IPv6 encapsulated in IP */
 163  164  #define IPPROTO_ROUTING         43              /* Routing header for IPv6 */
 164  165  #define IPPROTO_FRAGMENT        44              /* Fragment header for IPv6 */
 165  166  #define IPPROTO_RSVP            46              /* rsvp */
 166  167  #define IPPROTO_ESP             50              /* IPsec Encap. Sec. Payload */
 167  168  #define IPPROTO_AH              51              /* IPsec Authentication Hdr. */
 168  169  #define IPPROTO_ICMPV6          58              /* ICMP for IPv6 */
 169  170  #define IPPROTO_NONE            59              /* No next header for IPv6 */
 170  171  #define IPPROTO_DSTOPTS         60              /* Destination options */
 171  172  #define IPPROTO_HELLO           63              /* "hello" routing protocol */
↓ open down ↓ 1148 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX