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

12

/macosx-10.9.5/curl-78.94.1/curl/tests/data/
H A Dtest5952 # This test is like 585 but uses passive FTP instead of HTTP
36 verify close callbacks with passive FTP
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dlcp.h96 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
H A Dlcp.c169 { "passive", o_bool, &lcp_wantoptions[0].passive,
170 "Set passive mode", 1 },
171 { "-p", o_bool, &lcp_wantoptions[0].passive,
172 "Set passive mode", OPT_ALIAS | 1 },
431 if (wo->passive)
467 * lcp_close() in passive/silent mode when a connection hasn't
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dextconf.rb275 int passive, gaierr, inet4 = 0, inet6 = 0;
284 for (passive = 0; passive <= 1; passive++) {
288 hints.ai_flags = passive ? AI_PASSIVE : 0;
299 if (ai->ai_family == AF_INET6 && passive) {
317 if (passive) {
329 if (passive) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dconnect.tcl5 # Class for handling of active/passive connectivity.
22 option -mode -default active -type {snit::enum -values {active passive}}
34 # passive:
H A Dreceiver.tcl26 # passive)
30 -mode passive -translation binary]
H A Dtransmitter.tcl26 # passive)
30 -mode passive -translation binary]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dialup/ns2/
H A Dnamed.conf41 dialup passive;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhilit-chg.el31 ;; Highlight Changes mode has 2 submodes: active and passive.
33 ;; When passive, any existing displayed changes are saved and new ones
35 ;; Why active and passive? Having the changes visible can be handy when you
37 ;; Highlight Changes mode in passive state while you make your changes, toggle
58 ;; When a Highlight Changes mode is on (either active or passive) you can go
76 ;; toggling between active and passive
79 ;; state (`active' or `passive'.)
111 ;; If you want to make it start up in passive mode (regardless of the
115 ;; (highlight-changes-mode 'passive)))
261 ;; active or passive mod
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dremoteconf.h124 int passive; /* never initiate */ member in struct:remoteconf
H A Dremoteconf.c270 new->passive = FALSE;
698 s_switch (p->passive));
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-cache.el110 (not (eq gnus-use-cache 'passive))))
154 (when (and (or force (not (eq gnus-use-cache 'passive)))
725 (not (eq gnus-use-cache 'passive))
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_policy.c127 static void proc_iopol_to_tier(int iopolicy, int *tier, int *passive);
128 static int proc_tier_to_iopol(int tier, int passive);
832 * passive (don't want to cause others to throttle)
1216 int tier, passive; local
1233 proc_iopol_to_tier(value, &tier, &passive);
1236 requested.ext_iopassive = passive;
1239 requested.int_iopassive = passive;
1282 proc_iopol_to_tier(value, &tier, &passive);
1469 * The I/O system calls here to find out whether an operation should be passive.
1471 * Returns 1 for passive mod
1555 proc_iopol_to_tier(int iopolicy, int *tier, int *passive) argument
1583 proc_tier_to_iopol(int tier, int passive) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dftp.rb86 # When +true+, the connection is in passive mode. Default: +false+.
87 attr_accessor :passive
152 @passive = false
225 @passive = true
391 # sends the appropriate command to enable a passive connection
405 if @passive
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h254 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user passively:(BOOL) passive;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h254 - (MVUploadFileTransfer *) sendFile:(NSString *) path toUser:(NSString *) user passively:(BOOL) passive;
/macosx-10.9.5/libxml2-26/libxml2/
H A Dnanoftp.c134 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
484 ret->passive = 1;
514 ctxt->passive = 1;
1362 * passive mode is supported.
1403 if (ctxt->passive) {
1430 ctxt->passive = 0;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
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;
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c618 int numerichost, passive; local
624 /* return loopback or passive addresses */
625 passive = (flags & AI_PASSIVE);
629 if (passive) a4->s_addr = 0;
636 if (!passive) a6->__u6_addr.__u6_addr32[3] = htonl(1);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwget.vim117 syn match wgetCommand "^\s*passive[-_]\=ftp" contained
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1917 int passive; local
1933 passive = throttle_get_passive_io_policy(&ut);
1940 if (passive)
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dopen-uri.rb674 # Ruby 1.9 uses passive mode by default.
748 ftp.passive = true if !options[:ftp_active_mode]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl122 radiobutton .op.f.f2.passive -anchor w -text "Passive" -variable test(mode) -value "passive"
123 pack .op.f.f2.passive -in .op.f.f2 -side top -fill x -padx 15
821 Active or passive file transfer mode is selected in the upper frame.
823 a connection to transfer files or get file listings. In passive mode
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c1414 bool passive = true; local
1427 passive = launch_data_get_bool(val);
1470 if (passive) {
1506 if (passive) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl79 PASV {(set server in passive mode); unimplemented.} \
2003 ## Implementation of passive command

Completed in 297 milliseconds

12