Home
last modified time | relevance | path

Searched refs:SOLARIS (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h372 # define SOLARIS 20300 /* for back compat only -- use -DSOLARIS=20300 */ macro
375 # if defined(NOT_SENDMAIL) && !defined(SOLARIS) && defined(sun) && (defined(__svr4__) || defined(_…
376 # define SOLARIS 1 /* unknown Solaris version */ macro
379 # ifdef SOLARIS
384 # if SOLARIS >= 21100
412 # if SOLARIS >= 20300 || (SOLARIS < 10000 && SOLARIS >= 203)
416 # if SOLARIS >= 20500 || (SOLARIS < 10000 && SOLARIS >= 205)
419 # if SOLARIS >= 20600 || (SOLARIS < 10000 && SOLARIS >= 206)
422 # if SOLARIS < 207 || (SOLARIS > 10000 && SOLARIS < 20700)
435 # if (SOLARIS > 10000 && SOLARIS < 20600) || SOLARIS < 206
[all …]
/freebsd/contrib/sendmail/libmilter/
H A Dsm_gethost.c114 #if (SOLARIS > 10000 && SOLARIS < 20400) || (defined(SOLARIS) && SOLARIS < 204) || (defined(sony_ne…
115 # if SOLARIS == 20300 || SOLARIS == 203
/freebsd/sbin/ipf/common/
H A Dopts.h13 #ifndef SOLARIS
15 # define SOLARIS 1 macro
17 # define SOLARIS 0 macro
59 #if defined(sun) && !SOLARIS
H A Dipf.h365 #if SOLARIS
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_log.c18 #ifndef SOLARIS
20 # define SOLARIS 1 macro
22 # define SOLARIS 0 macro
60 #if SOLARIS && defined(_KERNEL)
112 # if SOLARIS && defined(_KERNEL)
269 # if SOLARIS && defined(_KERNEL) in ipf_log_soft_fini()
303 # if SOLARIS && defined(_KERNEL) in ipf_log_soft_destroy()
343 # if SOLARIS && defined(_KERNEL) && !defined(FW_HOOKS) in ipf_log_pkt()
417 # if SOLARIS && defined(_KERNEL) in ipf_log_pkt()
469 # if SOLARIS && defined(_KERNEL) in ipf_log_pkt()
[all …]
H A Dip_irc_pxy.c261 #if SOLARIS in ipf_p_irc_send()
312 #if SOLARIS in ipf_p_irc_send()
331 # if SOLARIS && defined(ICK_VALID) in ipf_p_irc_send()
347 #if SOLARIS in ipf_p_irc_send()
H A Dip_auth.c96 #if !SOLARIS
176 #if SOLARIS && defined(_KERNEL) in ipf_auth_soft_create()
289 #if SOLARIS && defined(_KERNEL) in ipf_auth_soft_destroy()
451 #if defined(_KERNEL) && SOLARIS in ipf_auth_new()
493 # if SOLARIS && defined(_KERNEL) in ipf_auth_new()
505 #if SOLARIS && defined(_KERNEL) in ipf_auth_new()
1047 # if SOLARIS in ipf_auth_wait()
H A Dip_proxy.h12 #ifndef SOLARIS
14 # define SOLARIS 1 macro
16 # define SOLARIS 0 macro
H A Dip_compat.h20 #ifndef SOLARIS
22 # define SOLARIS 1 macro
24 # define SOLARIS 0 macro
413 #if !defined(__amd64__) && !SOLARIS
441 # if SOLARIS && !defined(INSTANCES)
558 # if SOLARIS && !defined(KMALLOC)
698 #if !SOLARIS && !defined(m_act)
H A Dip_fil.h22 #ifndef SOLARIS
24 # define SOLARIS 1 macro
26 # define SOLARIS 0 macro
406 #if SOLARIS
1017 # if SOLARIS
1578 #if SOLARIS
1582 # if SOLARIS
1631 # if SOLARIS
1634 # if SOLARIS
1639 # else /* SOLARIS */
[all...]
H A Dip_auth.h22 #if SOLARIS
H A Dip_proxy.c871 #if SOLARIS && defined(_KERNEL) && defined(ICK_VALID) in ipf_proxy_check()
883 #if !defined(_KERNEL) || SOLARIS || defined(__FreeBSD__) in ipf_proxy_check()
911 #if SOLARIS || defined(HAVE_M_PULLDOWN) in ipf_proxy_check()
930 #if SOLARIS && defined(_KERNEL) && defined(ICK_VALID) in ipf_proxy_check()
975 #if !defined(_KERNEL) || SOLARIS || defined(__FreeBSD__) in ipf_proxy_check()
H A Dip_nat.h12 #ifndef SOLARIS
14 # define SOLARIS 1 macro
16 # define SOLARIS 0 macro
H A Dip_sync.c99 #if SOLARIS && defined(_KERNEL)
212 # if SOLARIS && defined(_KERNEL) in ipf_sync_soft_init()
575 # if SOLARIS in ipf_sync_read()
1378 # if SOLARIS in ipf_sync_poll_wakeup()
H A Dip_nat.c200 #if SOLARIS && !defined(INSTANCES)
982 #if !SOLARIS && defined(_KERNEL) in ipf_nat_ioctl()
1495 #if SOLARIS && !defined(INSTANCES) in ipf_nat_siocaddnat()
2457 #if SOLARIS && !defined(INSTANCES) in ipf_nat_clearlist()
3228 #if SOLARIS && defined(_KERNEL) && defined(ICK_M_CTL_MAGIC) in ipf_nat_finalise()
3588 # if SOLARIS in ipf_nat_icmperrorlookup()
5023 #if !defined(_KERNEL) || SOLARIS || \ in ipf_nat_out()
5084 #if SOLARIS && defined(_KERNEL) in ipf_nat_out()
5133 #if !defined(_KERNEL) || SOLARIS || \ in ipf_nat_out()
5528 #if !defined(_KERNEL) || SOLARIS in ipf_nat_in()
[all …]
H A Dfil.c70 # if !SOLARIS && defined(_KERNEL)
176 #if !defined(_KERNEL) || SOLARIS
2756 #if defined(_KERNEL) && SOLARIS in ipf_check()
2781 # if SOLARIS in ipf_check()
2798 # if SOLARIS in ipf_check()
4021 #if !SOLARIS in ipf_sync()
4069 #if SOLARIS in copyinptr()
5345 #if !defined(_KERNEL) || SOLARIS
5989 # if SOLARIS || defined(__FreeBSD__) in ipf_getifname()
5999 # if SOLARIS || defined(__FreeBSD__) in ipf_getifname()
[all …]
/freebsd/contrib/sendmail/include/sm/os/
H A Dsm_os_sunos.h18 #ifdef SOLARIS
/freebsd/include/rpcsvc/
H A Dnis_callback.x48 #ifdef SOLARIS
H A Dnis_cache.x64 #ifdef SOLARIS
/freebsd/sbin/ipf/libipf/
H A Dgetifname.c21 #if SOLARIS in getifname()
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c27 #ifdef SOLARIS /* needed with at least Solaris 8 */
/freebsd/contrib/sendmail/src/
H A Dconf.c893 #if defined(SOLARIS) || (defined(sony_news) && defined(__svr4))
2870 #ifdef SOLARIS
4381 #if (SOLARIS > 10000 && SOLARIS < 20400) || (defined(SOLARIS) && SOLARIS < 204) || (defined(sony_ne…
4382 # if SOLARIS == 20300 || SOLARIS == 203
4557 #if (SOLARIS > 10000 && SOLARIS < 20400) || (defined(SOLARIS) && SOLARIS < 204)
4558 # if SOLARIS == 20300 || SOLARIS == 203
5960 # if DB_VERSION_MAJOR >= 5 && !defined(SOLARIS) && !HASFLOCK && !ACCEPT_BROKEN_BDB_LOCKING
/freebsd/sbin/ipf/ipsend/
H A Darp.c82 # if SOLARIS && (SOLARIS2 >= 10)
/freebsd/crypto/openssh/
H A DTODO44 - Finish integrating kernel-level auditing code for IRIX and SOLARIS
/freebsd/contrib/ldns/
H A DREADME89 SOLARIS

12