/external/syslinux/gpxe/src/include/ |
D | mii.h | 182 static inline unsigned int mii_nway_result (unsigned int negotiated) in mii_nway_result() argument 186 if (negotiated & LPA_100FULL) in mii_nway_result() 188 else if (negotiated & LPA_100BASE4) in mii_nway_result() 190 else if (negotiated & LPA_100HALF) in mii_nway_result() 192 else if (negotiated & LPA_10FULL) in mii_nway_result() 210 unsigned int negotiated) in mii_duplex() argument 214 if (mii_nway_result(negotiated) & LPA_DUPLEX) in mii_duplex()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | DataChannel.java | 42 public boolean negotiated = false; field in DataChannel.Init 51 String protocol, boolean negotiated, int id) { in Init() argument 56 this.negotiated = negotiated; in Init()
|
/external/webrtc/talk/app/webrtc/ |
D | datachannelinterface.h | 50 negotiated(false), in DataChannelInit() 62 bool negotiated; // True if the channel has been externally negotiated member 141 virtual bool negotiated() const { return false; } in negotiated() function
|
D | datachannel.h | 79 if (base.negotiated) { in InternalDataChannelInit() 145 virtual bool negotiated() const { return config_.negotiated; } in negotiated() function 289 PROXY_CONSTMETHOD0(bool, negotiated)
|
D | datachannel_unittest.cc | 378 config.negotiated = true; in TEST_F() 394 config.negotiated = true; in TEST_F() 412 EXPECT_FALSE(init.negotiated); in TEST_F() 415 base.negotiated = true; in TEST_F()
|
D | datachannel.cc | 625 (!is_open_message || !config_.negotiated)); in SendControlMessage()
|
/external/autotest/server/site_tests/firmware_PDProtocol/ |
D | control | 10 CRITERIA = "This test will fail if PD is negotiated when running from USB image." 18 - That the DUT negotiated PD in dev mode from SSD boot
|
/external/syslinux/gpxe/src/drivers/net/ |
D | w89c840.c | 871 int negotiated = mii_reg5 & w840private.advertising; in check_duplex() local 877 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 883 duplex ? "full" : "half", w840private.phys[0], negotiated); in check_duplex()
|
D | sundance.c | 293 int negotiated = mii_lpa & sdc->mii_if.advertising; in check_duplex() local 305 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040; in check_duplex() 311 negotiated ); in check_duplex()
|
D | etherfabric.c | 147 gmii_nway_result ( unsigned int negotiated ) in gmii_nway_result() argument 152 other_bits = negotiated & LPA_OTHER; in gmii_nway_result() 154 if ( negotiated & LPA_EF_1000FULL ) in gmii_nway_result() 156 else if ( negotiated & LPA_EF_1000HALF ) in gmii_nway_result() 158 else if ( negotiated & LPA_100FULL ) in gmii_nway_result() 160 else if ( negotiated & LPA_100BASE4 ) in gmii_nway_result() 162 else if ( negotiated & LPA_100HALF ) in gmii_nway_result() 164 else if ( negotiated & LPA_10FULL ) in gmii_nway_result()
|
D | tulip.c | 1997 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local 2025 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex() 2027 if(negotiated & 0x380) new_csr6 &= ~0x400000; in tulip_check_duplex()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCDataChannel.mm | 122 return _dataChannelInit.negotiated; 126 _dataChannelInit.negotiated = isNegotiated; 224 return _dataChannel->negotiated();
|
/external/curl/docs/cmdline-opts/ |
D | socks5-gssapi-nec.d | 5 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
|
D | http2-prior-knowledge.d | 11 away. HTTPS requests will still do HTTP/2 the standard way with negotiated
|
D | ntlm.d | 3 Mutexed: basic negotiated digest anyauth
|
/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/autotest/client/site_tests/network_DhcpMTU/ |
D | control | 13 if the interface MTU is not set to the value negotiated.
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | control | 18 negotiation although a lease is negotiated, it is released back to the DHCP
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 1979 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed() 1980 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed() 1988 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldSucceed() 1989 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithProtocolListShouldSucceed() 2014 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail() 2015 assertNull(negotiated); in alpnWithProtocolListShouldFail() 2023 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithProtocolListShouldFail() 2024 assertNull(negotiated); in alpnWithProtocolListShouldFail() 2047 byte[] negotiated = NativeCrypto.getApplicationProtocol(ssl, null); in alpnWithServerProtocolSelectorShouldSucceed() 2048 assertEquals("spdy/2", new String(negotiated, "UTF-8")); in alpnWithServerProtocolSelectorShouldSucceed() [all …]
|
/external/cros/system_api/dbus/cryptohome/ |
D | signed_secret.proto | 19 // and signed by a pre-negotiated key to authorize updates from the
|
/external/webrtc/talk/session/media/ |
D | mediasession.cc | 828 C negotiated = *ours; in NegotiateCodecs() local 829 negotiated.IntersectFeedbackParams(*theirs); in NegotiateCodecs() 830 if (IsRtxCodec(negotiated)) { in NegotiateCodecs() 847 negotiated.SetParam(kCodecParamAssociatedPayloadType, in NegotiateCodecs() 851 negotiated.id = theirs->id; in NegotiateCodecs() 856 negotiated.preference = theirs->preference; in NegotiateCodecs() 857 negotiated_codecs->push_back(negotiated); in NegotiateCodecs()
|
/external/libvncserver/ |
D | README | 301 it understands is negotiated by the RFB protocol. 311 There is the possibility to set a password, which is also negotiated by the
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 235 if not present (or 1) role is negotiated by the two peers. 259 if not present (or 1) role is negotiated by the two peers.
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 175 init.negotiated = GetBooleanField(jni, j_init, negotiated_id); in JavaDataChannelInitToNative()
|
/external/okhttp/ |
D | CHANGELOG.md | 791 `X-Android-Selected-Transport` to read the negotiated transport.
|