Searched refs:passive (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/libexec/ftpd/
H A Dextern.h50 void passive(void);
H A Dftpcmd.y307 passive();
1078 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1079 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
H A Dftpd.c137 int pdata = -1; /* for passive mode */
2877 passive(void)
2888 perror_reply(425, "Can't open passive connection");
2950 perror_reply(425, "Can't open passive connection");
2999 perror_reply(425, "Can't open passive connection");
3088 perror_reply(425, "Can't open passive connection");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cpp200 u64 passive = iter_ - active; local
201 return active + 10 * passive;
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c86 static int passive = 0; variable
187 if (passive)
729 passive = 1;
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y126 VOIDRET passive __P((void));
226 passive();
233 passive();
817 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
H A Dopieftpd.c198 int pdata = -1; /* for passive mode */
1322 VOIDRET passive FUNCTION_NOARGS
1329 perror_reply(425, "Can't open passive connection");
1359 perror_reply(425, "Can't open passive connection");
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c4042 uint16_t passive; local
4045 passive = WPI_PASSIVE_DWELL_BASE + WPI_PASSIVE_DWELL_TIME_2GHZ;
4047 passive = WPI_PASSIVE_DWELL_BASE + WPI_PASSIVE_DWELL_TIME_5GHZ;
4050 return (wpi_limit_dwell(sc, passive));
4124 * Max needs to be greater than active and passive and quiet!
4204 * Calculate the active/passive dwell times.
4214 chan->passive = htole16(dwell_passive);
4236 chan->passive = chan->active = hdr->quiet_time;
H A Dif_wpireg.h646 uint16_t passive; /* msecs */ member in struct:wpi_scan_chan
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h920 uint16_t passive; /* msecs */ member in struct:iwn_scan_chan
941 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
955 * marked passive, we can do active scanning if we detect
H A Dif_iwn.c6748 uint16_t passive; local
6751 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ;
6753 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ;
6757 return (iwn_limit_dwell(sc, passive));
6811 * Max needs to be greater than active and passive and quiet!
6921 * marked passive, we can do active scanning if we detect
6944 * passive scanning depending upon the channel flags; the
6962 * Set the passive/active flag depending upon the channel mode.
6971 * Calculate the active/passive dwell times.
6982 chan->passive
[all...]

Completed in 169 milliseconds