HomeSort by relevance Sort by last modified time
    Searched defs:SOLARIS (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ip_log.c 32 #ifndef SOLARIS
33 # define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
65 #if !SOLARIS && !defined(__hpux) && !defined(linux)
84 #endif /* !SOLARIS && !__hpux */
181 # if SOLARIS && defined(_KERNEL)
210 # if SOLARIS && defined(_KERNEL)
242 # if SOLARIS && defined(_KERNEL)
251 # endif /* SOLARIS */
318 # if SOLARIS && defined(_KERNEL)
353 # endif /* SOLARIS */
    [all...]
opts.h 17 #ifndef SOLARIS
18 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
62 #if defined(sun) && !SOLARIS
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ip_fil.c 15 #ifndef SOLARIS
16 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
50 #if !SOLARIS
ipmon.c 11 #ifndef SOLARIS
12 #define SOLARIS (defined(__SVR4) || defined(__svr4__)) && defined(sun)
130 #if defined(__hpux) || (SOLARIS && (SOLARIS2 < 10))
133 # if (BSD >= 199306) || SOLARIS
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 352 ** SunOS and Solaris
354 ** Tested on SunOS 4.1.x (a.k.a. Solaris 1.1.x) and
355 ** Solaris 2.4 (a.k.a. SunOS 5.4).
377 # define SOLARIS 20300 /* for back compat only -- use -DSOLARIS=20300 */
380 # if defined(NOT_SENDMAIL) && !defined(SOLARIS) && defined(sun) && (defined(__svr4__) || defined(__SVR4))
381 # define SOLARIS 1 /* unknown Solaris version */
382 # endif /* defined(NOT_SENDMAIL) && !defined(SOLARIS) && defined(sun) && (defined(__svr4__) || defined(__SVR4)) */
384 # ifdef SOLARIS
385 /* Solaris 2.x (a.k.a. SunOS 5.x) *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_proxy.h 17 #ifndef SOLARIS
18 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
ip_nat.h 16 #ifndef SOLARIS
17 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
ip_compat.h 37 #ifndef SOLARIS
38 #define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
137 #if SOLARIS
161 * because Solaris 2 defines these in two places :-/
332 #endif /* SOLARIS */
734 * These are from's Solaris' #defines for little endian.
    [all...]
ip_fil.h 18 #ifndef SOLARIS
19 # define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
818 * also keep in sync with initialisation code in solaris.c, ipf_kstat_init().
912 # if SOLARIS
    [all...]

Completed in 2339 milliseconds