Print this page
tcp: maybe related to 721fffe3

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/tcp/tcp_opt_data.c
          +++ new/usr/src/uts/common/inet/tcp/tcp_opt_data.c
↓ open down ↓ 34 lines elided ↑ open up ↑
  35   35  #include <inet/common.h>
  36   36  #include <netinet/ip6.h>
  37   37  #include <inet/ip.h>
  38   38  
  39   39  #include <netinet/in.h>
  40   40  #include <netinet/tcp.h>
  41   41  #include <inet/optcom.h>
  42   42  #include <inet/proto_set.h>
  43   43  #include <inet/tcp_impl.h>
  44   44  
       45 +static int      tcp_opt_default(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
       46 +
  45   47  /*
  46   48   * Table of all known options handled on a TCP protocol stack.
  47   49   *
  48   50   * Note: This table contains options processed by both TCP and IP levels
  49   51   *       and is the superset of options that can be performed on a TCP over IP
  50   52   *       stack.
  51   53   */
  52   54  opdes_t tcp_opt_arr[] = {
  53   55  
  54   56  { SO_LINGER,    SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0,
↓ open down ↓ 1035 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX