/external/autotest/client/site_tests/network_DhcpNegotiationSuccess/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP. This test 14 will fail if dhcpcd is unable to negotiate and renew a DHCP lease without any
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP. 15 This test fails if dhcpcd is unable to negotiate and renew a DHCP lease if
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP from a server 15 is unable to negotiate a DHCP lease, or if shill fails to report the WPAD
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
security.h | 25 #define NEGOSSP_NAME_W L"Negotiate" 26 #define NEGOSSP_NAME_A "Negotiate"
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
AuthenticationHeader.java | 58 * 1. Negotiate (if supported) 72 * Attention: when http.auth.preference is set as SPNEGO or Kerberos, it's actually "Negotiate 73 * with SPNEGO" or "Negotiate with Kerberos", which means the user will prefer the Negotiate 86 // When set true, do not use Negotiate even if the response 100 // In fact they means "Negotiate with SPNEGO" and "Negotiate with 102 // Negotiate. Read NegotiateAuthentication.java to see how they 108 authPref = "negotiate"; 172 * negotiate -> kerberos -> digest -> ntlm -> basi [all...] |
/frameworks/av/media/libnbaio/ |
AudioStreamInSource.cpp | 40 ssize_t AudioStreamInSource::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamInSource 53 return NBAIO_Source::negotiate(offers, numOffers, counterOffers, numCounterOffers); 70 return NEGOTIATE;
|
AudioStreamOutSink.cpp | 37 ssize_t AudioStreamOutSink::negotiate(const NBAIO_Format offers[], size_t numOffers, function in class:android::AudioStreamOutSink 50 return NBAIO_Sink::negotiate(offers, numOffers, counterOffers, numCounterOffers); 56 return NEGOTIATE;
|
SourceAudioBufferProvider.cpp | 32 // negotiate with source 35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers); 36 ALOG_ASSERT(index == (ssize_t) NEGOTIATE && numCounterOffers > 0); 38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers);
|
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP.
|
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
control | 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
control | 13 Tests that we can negotiate a lease on an IPv4 address via DHCP, 16 This test succceeds if dhcpcd is able to negotiate and DHCP lease, but then
|
/external/curl/lib/ |
http_negotiate.h | 27 /* this is for Negotiate header input */ 31 /* this is for creating Negotiate header output */
|
http_negotiate.c | 46 &data->state.negotiate; 91 header += strlen("Negotiate"); 103 infof(data, "Negotiate handshake failure (empty challenge message)\n"); 148 &conn->data->state.negotiate; 173 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "", 206 cleanup(&data->state.negotiate);
|
/external/ppp/pppd/ |
ipxcp.h | 61 bool neg_node; /* Negotiate IPX node number? */ 64 bool neg_nn; /* Negotiate IPX network number? */ 67 bool neg_name; /* Negotiate IPX router name */ 68 bool neg_complete; /* Negotiate completion */ 69 bool neg_router; /* Negotiate IPX router number */
|
lcp.h | 92 bool neg_mru; /* Negotiate the MRU? */ 93 bool neg_asyncmap; /* Negotiate the async map? */ 100 bool neg_lqr; /* Negotiate use of Link Quality Reports */ 101 bool neg_cbcp; /* Negotiate use of CBCP */ 102 bool neg_mrru; /* negotiate multilink MRRU */ 103 bool neg_ssnhf; /* negotiate short sequence numbers */ 104 bool neg_endpoint; /* negotiate endpoint discriminator */
|
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/ |
control | 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
|
/external/autotest/client/site_tests/network_Dhcpv6Basic/ |
control | 9 This test fails if the device cannot successfully negotiate a lease for
|
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/ |
control | 9 This test fails if the kernel IPv6 code cannot successfully negotiate a
|
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 38 NEGOTIATE = 0x80000010, // Must (re-)negotiate format. For negotiate() only, the offeree 95 // negotiate() must called first. The purpose of negotiate() is to check compatibility of 104 // from counterOffers[0] to counterOffers[numCounterOffers - 1], and returns NEGOTIATE. 109 // important counterOffers as will fit, and returns NEGOTIATE. As this implies a re-allocation, 114 // In this case, the offerree should set numCounterOffers appropriately and return NEGOTIATE. 119 // NEGOTIATE No offer accepted, and counter-offer(s) optionally made. See above for details. 120 virtual ssize_t negotiate(const NBAIO_Format offers[], size_t numOffers [all...] |
/external/curl/tests/libtest/ |
lib590.c | 30 - Use a proxy that offers NTLM and Negotiate ( CURLOPT_PROXY and 32 - Tell libcurl NOT to use Negotiate CURL_EASY_SETOPT(CURLOPT_PROXYAUTH,
|
/bionic/libc/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/development/ndk/platforms/android-21/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/development/ndk/platforms/android-9/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|
/external/webrtc/talk/app/webrtc/ |
peerconnectionendtoend_unittest.cc | 104 void Negotiate() { 184 Negotiate(); 195 Negotiate(); 212 Negotiate(); 244 Negotiate(); 275 Negotiate(); 305 Negotiate(); 346 Negotiate(); 374 Negotiate();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
telnet.h | 86 #define TELOPT_NAOL 8 /* negotiate about output line width */ 87 #define TELOPT_NAOP 9 /* negotiate about output page size */ 88 #define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ 89 #define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ 90 #define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ 91 #define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ 92 #define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ 93 #define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ 94 #define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */
|