Print this page
dccp: clock_t

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/dccp_impl.h
          +++ new/usr/src/uts/common/inet/dccp_impl.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * Copyright 2012 David Hoeppner. All rights reserved.
  14   14   */
  15   15  
  16   16  #ifndef _INET_DCCP_IMPL_H
  17   17  #define _INET_DCCP_IMPL_H
  18   18  
  19   19  #include <sys/int_types.h>
  20   20  #include <sys/netstack.h>
  21   21  #include <sys/socket.h>
  22   22  #include <sys/socket_proto.h>
       23 +#include <sys/clock_impl.h>
  23   24  
  24   25  #include <netinet/in.h>
  25   26  #include <netinet/ip6.h>
  26   27  #include <netinet/dccp.h>
  27   28  
  28   29  #include <inet/common.h>
  29   30  #include <inet/dccp.h>
  30   31  #include <inet/ip.h>
  31   32  #include <inet/ip6.h>
  32   33  #include <inet/optcom.h>
↓ open down ↓ 299 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX