Searched refs:proxy (Results 51 - 61 of 61) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_getparam.c104 {"*t", "proxy-ntlm", FALSE},
126 {"$e", "proxy-digest", FALSE},
127 {"$f", "proxy-basic", FALSE},
131 {"$k", "proxy-negotiate", FALSE},
133 {"$n", "proxy-anyauth", FALSE},
245 {"U", "proxy-user", TRUE},
249 {"x", "proxy", TRUE},
546 case 't': /* --proxy-ntlm */
635 case 'c': /* --socks5 specifies a socks5 proxy to use, and resolves
640 case 't': /* --socks4 specifies a socks4 proxy t
[all...]
H A Dtool_operate.c675 * If the user has also selected --anyauth or --proxy-anyauth
680 "Using --anyauth or --proxy-anyauth with upload from stdin"
803 my_setopt_str(curl, CURLOPT_PROXY, config->proxy);
810 if(config->proxy)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Druntests.pl317 my $proxy = "${protocol}_proxy";
319 delete $ENV{$proxy} if($ENV{$proxy});
321 delete $ENV{uc($proxy)} if($ENV{uc($proxy)});
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex847 describes how to manage proxy ARP/NDISC with the \verb|ip| utility.
2253 a router and, especially, that it is not a transparent proxy or masquerading
2730 In Linux-2.2 proxy ARP on an interface may be enabled
2737 The variable \verb|/proc/sys/net/ipv4/conf/all/proxy_arp| enables proxy
2742 NDISC queries. It means that proxy NDISC is possible only on a per destination
2745 Logically, proxy ARP/NDISC is not a kernel task. It can easily be implemented
2750 Linux-2.0 ARP had a feature called {\em subnet\/} proxy ARP.
2755 The \verb|ip| utility provides a way to manage proxy ARP/NDISC
2758 ip neigh add proxy ADDRESS [ dev NAME ]
2760 adds a new proxy AR
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmk1mf.pl684 return("") if $no_sock && $dir =~ /\/proxy/;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl749 return("") if $no_sock && $dir =~ /\/proxy/;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DMakefile.in650 Test-proxy-auth-basic.px \
H A DMakefile650 Test-proxy-auth-basic.px \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c64 #include "http.h" /* for HTTP proxy tunnel stuff */
1618 /* proxy tunnel -> use other host info because ip_addr_str is the
1619 proxy address not the ftp host */
1674 /* proxy tunnel -> use other host info because ip_addr_str is the
1675 proxy address not the ftp host */
1704 * This is a tunnel through a http proxy and we need to connect to the
1705 * proxy again here.
1710 rc = Curl_resolv(conn, conn->proxy.name, (int)conn->port, &addr);
1717 (unsigned short)conn->port; /* we connect to the proxy's port */
1720 failf(data, "Can't resolve proxy hos
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/
H A Dconfigure1562 --enable-proxy Enable proxy support
1563 --disable-proxy Disable proxy support
17396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disable HTTP disables FTP over proxy and RTSP" >&5
17397 $as_echo "$as_me: WARNING: disable HTTP disables FTP over proxy and RTSP" >&2;}
17584 # Check whether --enable-proxy was given.
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c21294 ** * Various locking primitive implementations (all except proxy locking):
21305 ** * Locking primitives for the proxy uber-locking-method. (MacOSX only)
21321 ** 7. proxy locking. (OSX only)
21412 ** Default permissions when creating auto proxy dir
24641 ** Handler for proxy-locking file-control verbs. Defined below in the
24849 ** The proxy locking method is a "super-method" in the sense that it
24851 ** it uses proxy, dot-file, AFP, and flock() locking methods on those
24853 ** proxy locking is located much further down in the file. But we need
24855 ** for proxy locking here. So we forward declare the I/O methods.
25035 ** proxyLock activation is possible (remote proxy i
26664 unixFile *proxy = pCtx->lockProxy; local
26699 unixFile *proxy = pCtx->lockProxy; local
26719 unixFile *proxy = pCtx->lockProxy; local
[all...]

Completed in 451 milliseconds

123