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

/freebsd-12-stable/libexec/ftpd/
H A Dextern.h52 void passive(void);
H A Dftpcmd.y309 passive();
1080 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1081 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
H A Dftpd.c139 int pdata = -1; /* for passive mode */
2894 passive(void)
2905 perror_reply(425, "Can't open passive connection");
2967 perror_reply(425, "Can't open passive connection");
3016 perror_reply(425, "Can't open passive connection");
3105 perror_reply(425, "Can't open passive connection");
/freebsd-12-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-12-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c86 static int passive = 0; variable
179 if (passive)
721 passive = 1;
/freebsd-12-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-12-stable/sys/dev/wpi/
H A Dif_wpi.c4064 uint16_t passive; local
4067 passive = WPI_PASSIVE_DWELL_BASE + WPI_PASSIVE_DWELL_TIME_2GHZ;
4069 passive = WPI_PASSIVE_DWELL_BASE + WPI_PASSIVE_DWELL_TIME_5GHZ;
4072 return (wpi_limit_dwell(sc, passive));
4146 * Max needs to be greater than active and passive and quiet!
4226 * Calculate the active/passive dwell times.
4236 chan->passive = htole16(dwell_passive);
4258 chan->passive = chan->active = hdr->quiet_time;
H A Dif_wpireg.h643 uint16_t passive; /* msecs */ member in struct:wpi_scan_chan
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwnreg.h954 uint16_t passive; /* msecs */ member in struct:iwn_scan_chan
975 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
989 * marked passive, we can do active scanning if we detect
H A Dif_iwn.c6996 uint16_t passive; local
6999 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ;
7001 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ;
7005 return (iwn_limit_dwell(sc, passive));
7059 * Max needs to be greater than active and passive and quiet!
7169 * marked passive, we can do active scanning if we detect
7192 * passive scanning depending upon the channel flags; the
7210 * Set the passive/active flag depending upon the channel mode.
7219 * Calculate the active/passive dwell times.
7230 chan->passive
[all...]

Completed in 234 milliseconds