Home
last modified time | relevance | path

Searched refs:offers (Results 1 – 25 of 84) sorted by relevance

1234

/external/autotest/contrib/
Ddhcp_failed_machines.py36 offers = {} variable
61 offers[host] = offers.get(host, 0) + 1
62 if offers[host] > 2:
65 offers[host] = 0
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c270 struct dhcp_offer offers[DHCP_MAX_OFFERS]; member
284 if ( dhcp->offers[i].pxe ) in dhcp_free()
285 dhcppkt_put ( dhcp->offers[i].pxe ); in dhcp_free()
347 for ( offer = dhcp->offers ; offer < dhcp->offers + DHCP_MAX_OFFERS ; in dhcp_next_offer()
419 if ( dhcp->offers[i].server.s_addr == server_id.s_addr ) { in dhcp_rx_offer()
424 if ( ! dhcp->offers[i].valid ) in dhcp_rx_offer()
432 offer = &dhcp->offers[i]; in dhcp_rx_offer()
/external/c-ares/
DTODO7 like the res_init() resolver function offers
/external/parameter-framework/upstream/test/test-platform/
DREADME.md7 It offers the possibility to :
/external/curl/docs/
DHTTP2.md97 curl offers the `--http2` command line option to enable use of HTTP/2.
99 curl offers the `--http2-prior-knowledge` command line option to enable use of
DHTTP-COOKIES.md62 libcurl offers several ways to enable and interface the cookie engine. These
DROADMAP.md32 get used out in the wild. It offers some new interesting features and will
/external/curl/packages/Linux/RPM/
Dcurl.spec.in25 curl offers a busload of useful tricks like proxy support, user
Dcurl-ssl.spec.in28 curl offers a busload of useful tricks like proxy support, user
/external/mesa3d/src/mesa/swrast_setup/
DNOTES55 The module offers a minimal driver interface:
/external/libcxx/docs/DesignDocs/
DDebugMode.rst71 Libc++'s debug mode offers two levels of checking. The first enables various
/external/okhttp/
DCHANGELOG.md69 * **New Logging Interceptor.** The `logging-interceptor` subproject offers
286 * **Beta WebSockets support.**. The `okhttp-ws` subproject offers a new
343 vulnerability, OkHttp no longer offers SSLv3 when negotiation an
347 * **OkHttp now offers interceptors.** Interceptors are a powerful mechanism
535 immutability and chained builders. The API now offers asynchronous callbacks
543 `Headers` class offers full access to the HTTP headers.
593 the cache, network, or both. OkHttp 2 offers more detail with raw access to
/external/curl/tests/data/
Dtest59081 HTTP proxy offers Negotiate+NTLM, use only NTLM
Dtest102198 HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt15 Incorporating Unicode into client-server or multi-tiered applications and websites offers significa…
/external/curl/packages/AIX/RPM/
Dcurl.spec.in29 curl offers many useful tricks like proxy support, user authentication,
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt16 This page offers a brief overview of what it's like to use Markdown.
42 Markdown offers two styles of headers: *Setext* and *atx*.
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text16 This page offers a brief overview of what it's like to use Markdown.
42 Markdown offers two styles of headers: *Setext* and *atx*.
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text16 This page offers a brief overview of what it's like to use Markdown.
42 Markdown offers two styles of headers: *Setext* and *atx*.
/external/mesa3d/src/mesa/tnl/
DNOTES87 The module itself offers a minimal driver interface:
/external/libunwind/doc/
Dlibunwind-setjmp.tex25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcommutativity.ll4 ; offers the possibility to splat/broadcast %c and thus make it profitable
/external/syslinux/lzo/doc/
DLZO.TXT16 It offers pretty fast compression and very fast decompression.
76 64 KiB memory for compression. Level 99 offers better compression at the
/external/mesa3d/docs/
DRELNOTES-3.1139 offers a simple function for printing GL state variables. It's not
/external/openssh/
DPROTOCOL.chacha20poly130525 The chacha20-poly1305@openssh.com offers both encryption and

1234