Searched refs:passive (Results 1 – 25 of 64) sorted by relevance
123
14 polling-delay-passive = <1000>; /* milliseconds */21 polling-delay-passive = <1000>; /* milliseconds */30 type = "passive";49 polling-delay-passive = <1000>; /* milliseconds */58 type = "passive";
15 polling-delay-passive = <250>; /* milliseconds */25 type = "passive";
15 polling-delay-passive = <250>; /* milliseconds */
916 polling-delay-passive = <1000>;924 polling-delay-passive = <1000>;932 polling-delay-passive = <1000>;940 polling-delay-passive = <1000>;
67 polling-delay-passive = <250>;83 type = "passive";
93 polling-delay-passive = <250>;109 type = "passive";
5 This program is designed to be a passive listener for TCP packets sent to28 Lastly, being passive means that no action is taken to stop port scans being
3 opts=passive ftp://invisible-island.net/dialog/dialog-([\d.]+)\.tgz \
3 opts=passive ftp://invisible-island.net/byacc/byacc-(\d+)\.tgz \
157 * debian/watch: version 3 and make FTP passive173 * debian/watch: Fix to use passive FTP
84 static int passive = 0; variable185 if (passive) in main()727 passive = 1; in parseargs()
50 void passive(void);
15 Add epsv6 and epsv to disable extended passive mode for IPv6 or
27 * passive mode support, with fallback to active mode
463 setvar $VAR_FTP_STATE "passive"560 # auto automatic determination of passive or active563 # passive passive mode FTP only784 # auto automatic determination of passive or active787 # passive passive mode FTP only
371 int passive, gaierr, inet4 = 0, inet6 = 0;375 for (passive = 0; passive <= 1; passive++) {378 hints.ai_flags = passive ? AI_PASSIVE : 0;398 if (passive) {413 if (passive) {
2690 chan->passive = htole16(ss->ss_maxdwell); in wpi_scan()2694 chan->passive = htole16(ss->ss_maxdwell); in wpi_scan()2724 chan->passive = htole16(110); in wpi_scan()2728 chan->passive = htole16(120); in wpi_scan()3294 int chan, i, passive; in wpi_read_eeprom_channels() local3307 passive = 0; in wpi_read_eeprom_channels()3313 passive = IEEE80211_CHAN_PASSIVE; in wpi_read_eeprom_channels()3320 c->ic_flags = IEEE80211_CHAN_B | passive; in wpi_read_eeprom_channels()3326 c->ic_flags = IEEE80211_CHAN_G | passive; in wpi_read_eeprom_channels()3342 c->ic_flags = IEEE80211_CHAN_A | passive; in wpi_read_eeprom_channels()
528 uint16_t passive; /* msecs */ member
126 VOIDRET passive __P((void));233 passive();
158 panel_type = <1>; /* Active or passive, compatibility */
140 FTP servers in passive mode.
79 82599-based adapters support all passive and active limiting direct attach 108 82598-based adapters support all passive direct attach cables that comply
40 multicast client and symmetric passive associations.52 multicast client and symmetric passive associations.
492 * ftpd/ftpd.c (pasv): close already open passive port680 NAT. also turn on passive mode. From <thn@stacken.kth.se>985 * ftp/main.c (main): new option `-p' for enable passive mode.