| /src/usr.sbin/ldpd/ |
| conffile.h | 57 int passive; member in struct:conf_interface
|
| conffile.c | 106 { "passive", Ipassive }, 433 /* sets passive-interface on */ 437 conf_if->passive = 1;
|
| socketops.c | 289 /* Check if interface is passive */ 297 coif->passive != 0)
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun5i-a13.dtsi | 53 polling-delay-passive = <250>; 69 type = "passive";
|
| sun8i-h3.dtsi | 246 polling-delay-passive = <0>; 254 type = "passive";
|
| sun8i-a33.dtsi | 294 polling-delay-passive = <250>; 330 type = "passive"; 337 type = "passive";
|
| sun8i-a83t.dtsi | 1209 polling-delay-passive = <0>; 1217 type = "passive"; 1239 polling-delay-passive = <0>; 1247 type = "passive"; 1269 polling-delay-passive = <0>;
|
| sun8i-r40.dtsi | 130 polling-delay-passive = <0>; 138 type = "passive"; 161 polling-delay-passive = <0>;
|
| sun4i-a10.dtsi | 131 polling-delay-passive = <250>; 147 type = "passive";
|
| sun6i-a31.dtsi | 167 polling-delay-passive = <250>; 186 type = "passive";
|
| sun7i-a20.dtsi | 143 polling-delay-passive = <250>; 160 type = "passive";
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
| stingray.dtsi | 628 polling-delay-passive = <0>; 640 polling-delay-passive = <0>; 652 polling-delay-passive = <0>; 664 polling-delay-passive = <0>; 676 polling-delay-passive = <0>; 688 polling-delay-passive = <0>;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_mutex.cc | 201 u64 passive = iter_ - active; local 202 return active + 10 * passive;
|
| /src/libexec/ftpd/ |
| ftpcmd.y | 284 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)) 1236 { "PASV", PASV, NOARGS, 1, "(set server in passive mode)", 0, }, 1237 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)", 0, },
|
| extern.h | 144 void passive(void); 283 LLT portmin; /* Minimum port for passive mode */ 284 LLT portmax; /* Maximum port for passive mode */ 326 GLOBAL int pdata; /* for passive mode */
|
| conf.c | 125 CURCLASS_FLAGS_SET(passive); 407 } else if (strcasecmp(word, "passive") == 0) { 408 CONF_FLAG(passive);
|
| ftpd.c | 2619 reply(0, "in Passive mode"); 2773 CURCLASS_FLAGS_ISSET(passive) ? "en" : "dis"); 3048 passive(void) function 3058 perror_reply(425, "Can't open passive connection"); 3086 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]), 3093 perror_reply(425, "Can't open passive connection"); 3165 * 228 Entering Long Passive Mode (af, hal, h1, h2, h3,..., pal, p1, p2...) 3166 * 229 Entering Extended Passive Mode (|||port|) 3175 syslog(LOG_NOTICE, "long passive but not logged in"); 3196 perror_reply(425, "Can't open passive connection") [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/gemini/ |
| gemini-dlink-dir-685.dts | 139 polling-delay-passive = <2000>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7622.dtsi | 147 polling-delay-passive = <1000>; 153 cpu_passive: cpu-passive { 156 type = "passive";
|
| /src/usr.sbin/mtrace/ |
| mtrace.c | 110 int passive = FALSE; variable 1198 case 'p': /* Passive listen for traces */ 1199 passive = TRUE; 1290 if (passive) {
|
| /src/sys/dev/pci/ |
| if_wpireg.h | 515 uint16_t passive; /* msecs */ member in struct:wpi_scan_chan
|
| if_iwn.c | 4720 uint16_t passive; local 4722 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ; 4724 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ; 4727 return iwn_limit_dwell(sc, passive); 4839 * marked passive, we can do active scanning if we detect 4862 * passive scanning depending upon the channel flags; the 4887 * Calculate the active/passive dwell times. 4898 chan->passive = htole16(dwell_passive);
|
| if_iwnreg.h | 815 uint16_t passive; /* msecs */ member in struct:iwn_scan_chan 832 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel. 843 * marked passive, we can do active scanning if we detect
|
| if_wpi.c | 2938 chan->passive = htole16(110); 2942 chan->passive = htole16(120);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm-nsp.dtsi | 680 polling-delay-passive = <0>;
|