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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dftp.conf3 passive-mode = on
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspool.h38 const int passive,
H A Dspoolutil.c133 const int passive,
220 if (fprintf(fp, "passive=%d\n", passive) < 0)
417 const int passive,
116 SpoolX( FILE *const ofp, const char *sdir, const char *const op, const char *const rfile, const char *const rdir, const char *const lfile, const char *const ldir, const char *const host, const char *const ip, const unsigned int port, const char *const user, const char *const passclear, const char *const xacct, const int xtype, const int recursive, const int deleteflag, const int passive, const char *const preftpcmd, const char *const perfileftpcmd, const char *const postftpcmd, const char *const preshellcmd, const char *const postshellcmd, const time_t when, const unsigned int delaySinceLastFailure, const char *const manualOverrideFeatures, const char *const preferredLocalAddrStr, const int UNUSED(reserved) ) argument
400 SpoolX( FILE *const ofp, const char *sdir, const char *const op, const char *const rfile, const char *const rdir, const char *const lfile, const char *const ldir, const char *const host, const char *const ip, const unsigned int port, const char *const user, const char *const passclear, const char *const xacct, const int xtype, const int recursive, const int deleteflag, const int passive, const char *const preftpcmd, const char *const perfileftpcmd, const char *const postftpcmd, const char *const preshellcmd, const char *const postshellcmd, const time_t when, const unsigned int delaySinceLastFailure) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dthermal.c28 * TBD: 1. Implement passive cooling hysteresis.
29 * 2. Enhance passive cooling (CPU) states/limit interface to support
103 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
131 u8 passive:1; member in struct:acpi_thermal_state
171 struct acpi_thermal_passive passive; member in struct:acpi_thermal_trips
418 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) ||
420 valid = tz->trips.passive.flags.valid;
432 tz->trips.passive.flags.valid = 0;
434 tz->trips.passive.temperature = tmp;
435 tz->trips.passive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dlcp.h50 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_scan.c34 enum ieee80211_band band, bool passive)
47 ((!!(flags & IEEE80211_CHAN_PASSIVE_SCAN)) == passive) &&
87 bool passive, u32 basic_rate)
103 if(passive)
109 band, passive);
31 wl1271_get_scan_channels(struct wl1271 *wl, struct cfg80211_scan_request *req, struct basic_scan_channel_params *channels, enum ieee80211_band band, bool passive) argument
86 wl1271_scan_send(struct wl1271 *wl, enum ieee80211_band band, bool passive, u32 basic_rate) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c49 /* For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
271 u16 passive = (band == IEEE80211_BAND_2GHZ) ? local
276 /* If we're associated, we clamp the maximum passive
279 passive = vif ? vif->bss_conf.beacon_int : 0;
280 if ((passive > IWL_PASSIVE_DWELL_BASE) || !passive)
281 passive = IWL_PASSIVE_DWELL_BASE;
282 passive = (passive * 98) / 100 - IWL_CHANNEL_TUNE_TIME * 2;
285 return passive;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
H A Dlcp.c141 { "passive", o_bool, &lcp_wantoptions[0].passive,
142 "Set passive mode", 1 },
143 { "-p", o_bool, &lcp_wantoptions[0].passive,
144 "Set passive mode", OPT_ALIAS | 1 },
389 if (wo->passive)
413 * lcp_close() in passive/silent mode when a connection hasn't
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dremoteconf.h67 int passive; /* never initiate */ member in struct:remoteconf
H A Dremoteconf.c156 new->passive = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dthermal.h115 bool passive; member in struct:thermal_zone_device
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6d.c311 char *plist_name, int passive)
369 if (passive)
426 "interface IFNAME area A.B.C.D prefix-list WORD passive",
438 zlog_info ("CONFIG: interface %s area %s prefix-list %s passive",
455 int passive;
466 passive = CHECK_FLAG (o6i->flag, OSPF6_INTERFACE_FLAG_PASSIVE);
471 passive = 0;
476 plist_name, passive);
481 "interface IFNAME area A.B.C.D passive",
490 zlog_info ("CONFIG: interface %s area %s passive",
307 ospf6_interface_bind_area(struct vty *vty, char *if_name, char *area_name, char *plist_name, int passive) argument
453 int passive; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DFTPServer.pm162 $conn->{passive} = 1;
211 $conn->{passive} = 0;
423 if ($conn->{passive}) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.h266 int passive; member in struct:rip_interface
H A Drip_interface.c61 /* Vector to store passive-interface name. */
562 /* Check for a passive interface */
705 ri->passive = 0;
1208 /* Utility function for looking up passive interface settings. */
1232 ri->passive = 0;
1234 ri->passive = 1;
1283 /* Free all configured RIP passive-interface settings. */
1849 "passive-interface IFNAME",
1858 "no passive-interface IFNAME",
1969 /* RIP passive interfac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.h260 int passive; member in struct:ripng_interface
H A Dripng_interface.c194 /* Check for a passive interface. */
548 /* Vector to store passive-interface name. */
551 /* Utility function for looking up passive interface settings. */
575 ri->passive = 0;
577 ri->passive = 1;
626 /* Free all configured RIP passive-interface settings. */
670 /* Write passive interface. */
673 vty_out (vty, " passive-interface %s%s", ifname, VTY_NEWLINE);
741 "passive-interface IFNAME",
750 "no passive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c188 return sprintf(buf, "passive\n");
282 static DEVICE_ATTR(passive, S_IRUGO | S_IWUSR, passive_show, \
614 * Calculate the thermal trend (using the passive cooling equation)
615 * and modify the performance limit for all passive cooling devices
619 tz->passive = true;
654 * Implement passive cooling hysteresis to slowly increase performance
655 * and avoid thrashing around the passive trip point. Note that we
667 tz->passive = false;
1008 if (temp >= trip_temp || tz->passive)
1022 if (tz->passive)
1064 int passive = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Didleevt.tex86 during OnIdle, then the application will remain in a passive event loop (not calling OnIdle) until a
H A Dftp.tex228 If \arg{pasv} is \true, passive connection to the FTP server is used. This is
230 support passive move, you may call this function with \false argument to use
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.c131 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
481 ret->passive = 1;
511 ctxt->passive = 1;
1358 * passive mode is supported.
1399 if (ctxt->passive) {
1426 ctxt->passive = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanoftp.c133 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
483 ret->passive = 1;
513 ctxt->passive = 1;
1360 * passive mode is supported.
1401 if (ctxt->passive) {
1428 ctxt->passive = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanoftp.c133 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
483 ret->passive = 1;
513 ctxt->passive = 1;
1360 * passive mode is supported.
1401 if (ctxt->passive) {
1428 ctxt->passive = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c131 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
481 ret->passive = 1;
511 ctxt->passive = 1;
1358 * passive mode is supported.
1399 if (ctxt->passive) {
1426 ctxt->passive = 0;

Completed in 291 milliseconds

12