Home
last modified time | relevance | path

Searched refs:passive (Results 1 – 25 of 63) sorted by relevance

123

/netbsd/src/crypto/dist/ipsec-tools/
Dacracoon.m4109 int passive, gaierr, inet4 = 0, inet6 = 0;
113 for (passive = 0; passive <= 1; passive++) {
116 hints.ai_flags = passive ? AI_PASSIVE : 0;
136 if (passive) {
151 if (passive) {
/netbsd/src/external/bsd/ipf/dist/ipsd/
DREADME5 This program is designed to be a passive listener for TCP packets sent to
28 Lastly, being passive means that no action is taken to stop port scans being
/netbsd/src/usr.sbin/ldpd/
Dconffile.h57 int passive; member
Dconffile.c446 conf_if->passive = 1; in Ipassive()
Dsocketops.c297 coif->passive != 0) in is_passive_if()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf17 passive off;
/netbsd/src/libexec/ftpd/
Dftpcmd.y284 if (CURCLASS_FLAGS_ISSET(passive))
285 passive();
294 if (CURCLASS_FLAGS_ISSET(passive)) {
308 if (CURCLASS_FLAGS_ISSET(passive))
319 if (CURCLASS_FLAGS_ISSET(passive)) {
331 if (CURCLASS_FLAGS_ISSET(passive))
Dextern.h144 void passive(void);
Dconf.c125 CURCLASS_FLAGS_SET(passive); in init_curclass()
408 CONF_FLAG(passive); in parse_conf()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dlcp.h106 bool passive; /* Don't die if we don't get a response */ member
Dlcp.c160 { "passive", o_bool, &lcp_wantoptions[0].passive,
162 { "-p", o_bool, &lcp_wantoptions[0].passive,
401 if (wo->passive) in lcp_open()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h117 int passive; /* never initiate */ member
Dremoteconf.c206 if ((rmsel->flags & GETRMCONF_F_NO_PASSIVE) && rmconf->passive){ in rmconf_match_type()
494 new->passive = FALSE; in newrmconf()
1015 s_switch (p->passive)); in dump_rmconf_single()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample32 #passive on ;
/netbsd/src/external/bsd/byacc/dist/package/debian/
Dchangelog410 * debian/watch: version 3 and make FTP passive
426 * debian/watch: Fix to use passive FTP
/netbsd/src/usr.sbin/mtrace/
Dmtrace.c110 int passive = FALSE; variable
1199 passive = TRUE; in main()
1290 if (passive) { in main()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntpdbase-opts.def40 multicast client and symmetric passive associations.
52 multicast client and symmetric passive associations.
Dinvoke-ntpd.texi264 multicast client and symmetric passive associations.
281 multicast client and symmetric passive associations.
/netbsd/src/sys/dev/pci/
Dif_wpireg.h515 uint16_t passive; /* msecs */ member
Dif_iwn.c4720 uint16_t passive; in iwn_get_passive_dwell_time() local
4722 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ; in iwn_get_passive_dwell_time()
4724 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ; in iwn_get_passive_dwell_time()
4727 return iwn_limit_dwell(sc, passive); in iwn_get_passive_dwell_time()
4898 chan->passive = htole16(dwell_passive); in iwn_scan()
Dif_iwnreg.h815 uint16_t passive; /* msecs */ member
/netbsd/src/doc/
DTODO.npf337 Generally, FTP is done in passive mode, so that the data connection is
340 (regular, not passive mode) inbound connection from the server, based
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dmutex913 // active/passive/returning/exceptional executions.
918 // Check to see if all executions will be passive now.
/netbsd/src/dist/pf/etc/
Dpf.os3 # passive OS fingerprinting
24 # This fingerprint database is adapted from Michal Zalewski's p0f passive
/netbsd/src/crypto/external/bsd/libsaslc/dist/ref/
Drfc2595.txt263 subject to passive attacks. It has no impact on an environment
597 reduces the potential for passive attacks, it provides no protection

123