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/byacc/byacc-(\d+)\.tgz \
157 * debian/watch: version 3 and make FTP passive173 * debian/watch: Fix to use passive FTP
3 opts=passive ftp://invisible-island.net/dialog/dialog-([\d.]+)\.tgz \
198 u64 passive = iter_ - active; in Contention() local199 return active + 10 * passive; in Contention()
83 static u_int passive = 0; variable185 if (passive) in main()722 passive = 1; in parseargs()
142 bool passive = true; in create_socket() local155 passive = json_is_true(val); in create_socket()177 if (passive) { in create_socket()217 if (passive) in create_socket()
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
420 int passive, gaierr, inet4 = 0, inet6 = 0;424 for (passive = 0; passive <= 1; passive++) {427 hints.ai_flags = passive ? AI_PASSIVE : 0;447 if (passive) {462 if (passive) {
618 int numerichost, passive; in _gai_numerichost() local625 passive = (flags & AI_PASSIVE); in _gai_numerichost()629 if (passive) a4->s_addr = 0; in _gai_numerichost()636 if (!passive) a6->__u6_addr.__u6_addr32[3] = htonl(1); in _gai_numerichost()
126 VOIDRET passive __P((void));233 passive();
140 FTP servers in passive mode.
40 multicast client and symmetric passive associations.52 multicast client and symmetric passive associations.
646 uint16_t passive; /* msecs */ member
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.