Searched refs:negotiated (Results 1 – 15 of 15) sorted by relevance
/external/chromium/net/socket/ |
D | ssl_client_socket.cc | 50 bool SSLClientSocket::set_was_npn_negotiated(bool negotiated) { in set_was_npn_negotiated() argument 51 return was_npn_negotiated_ = negotiated; in set_was_npn_negotiated() 58 bool SSLClientSocket::set_was_spdy_negotiated(bool negotiated) { in set_was_spdy_negotiated() argument 59 return was_spdy_negotiated_ = negotiated; in set_was_spdy_negotiated()
|
D | ssl_client_socket.h | 95 virtual bool set_was_npn_negotiated(bool negotiated); 101 virtual bool set_was_spdy_negotiated(bool negotiated);
|
D | socket_test_util.cc | 1115 bool MockSSLClientSocket::set_was_npn_negotiated(bool negotiated) { in set_was_npn_negotiated() argument 1117 return new_npn_value_ = negotiated; in set_was_npn_negotiated()
|
D | socket_test_util.h | 728 virtual bool set_was_npn_negotiated(bool negotiated);
|
/external/iptables/extensions/ |
D | libxt_tcpmss.man | 1 …can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP h…
|
/external/grub/netboot/ |
D | w89c840.c | 851 int negotiated = mii_reg5 & w840private.advertising; in check_duplex() local 857 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 863 duplex ? "full" : "half", w840private.phys[0], negotiated); in check_duplex()
|
D | tulip.c | 1939 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local 1967 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex() 1969 if(negotiated & 0x380) new_csr6 &= ~0x400000; in tulip_check_duplex()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediasessionclient.cc | 272 AudioCodec negotiated(*ours); in CreateAnswer() local 273 negotiated.id = theirs->id; in CreateAnswer() 274 audio_accept->AddCodec(negotiated); in CreateAnswer() 308 VideoCodec negotiated(*ours); in CreateAnswer() local 309 negotiated.id = theirs->id; in CreateAnswer() 310 video_accept->AddCodec(negotiated); in CreateAnswer()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.h | 91 bool negotiated() const { return state_ == STATE_NEGOTIATED; } in negotiated() function
|
D | session.cc | 580 if (!transproxy->negotiated()) { in OnTransportCandidatesReady()
|
/external/libppp/src/ |
D | ppp.8.m4 | 403 Name Server Addresses and NetBIOS Name Server Addresses can be negotiated 756 If a new IP address is negotiated at connection time, 898 has successfully negotiated a network layer protocol and is in 1496 has negotiated and assigned addresses to its interface. 2596 has negotiated 2659 negotiated, these two bytes are simply not sent, thus minimising 2668 Only one of CHAP and PAP (below) may be negotiated. 2900 Only one of PAP and CHAP (above) may be negotiated. 2946 The following options are not actually negotiated with the peer. 2961 requests if enabled and negotiated. [all …]
|
/external/quake/quake/src/WinQuake/data/ |
D | COMEXP.TXT | 435 negotiated fully and freely among the parties. Accordingly, the
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 19934 negotiated n6gOS/Ad6d
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 45836 before the video caps are negotiated. 60480 - on drop event, dropEffect should be the previously negotiated value. 64814 Now that the drawing model is properly negotiated, there is no need the
|
D | ChangeLog | 24026 negotiated its caps. This is useful in the cases where
|