Print this page
Cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libipsecutil/common/ikedoor.h
          +++ new/usr/src/lib/libipsecutil/common/ikedoor.h
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  #define _IKEDOOR_H
  27   27  
  28   28  #ifdef  __cplusplus
  29   29  extern "C" {
  30   30  #endif
  31   31  
  32   32  #include <limits.h>
  33   33  #include <sys/sysmacros.h>
  34   34  #include <net/pfkeyv2.h>
  35   35  #include <door.h>
       36 +#include <sys/socket.h>
  36   37  
  37   38  /*
  38   39   * This version number is intended to stop the calling process from
  39   40   * getting confused if a structure is changed and a mismatch occurs.
  40   41   * This should be incremented each time a structure is changed.
  41   42   */
  42   43  
  43   44  /*
  44   45   * The IKE process may be a 64-bit process, but ikeadm or any other IKE
  45   46   * door consumer does not have to be.  We need to be strict ala. PF_KEY or
↓ open down ↓ 785 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX