HomeSort by relevance Sort by last modified time
    Searched full:negotiated (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/iptables/extensions/
libipt_tcpmss.man 1 This matches the TCP MSS (maximum segment size) field of the TCP header. You can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP handshake at connection startup time.
  /external/chromium/net/socket/
ssl_client_socket.h 51 // Get the application level protocol that we negotiated with the server.
55 // kNextProtoNegotiated: *proto is set to the negotiated protocol.
  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 57 * Returns the name of the cipher suite negotiated during this handshake.
59 * @return the name of the cipher suite negotiated during this handshake.
HttpsURLConnection.java 108 * Returns the name of the cipher suite negotiated during the SSL handshake.
110 * @return the name of the cipher suite negotiated during the SSL handshake.
  /external/webkit/WebKit/chromium/public/
WebDragOperation.h 38 // "Verb" of a drag-and-drop operation as negotiated between the source and
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp_fs.h 34 int buffer_size; /* The negotiated buffer size, to be
ethtool.h 205 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
207 * pause parameters be auto-negotiated too. In such a case, the
211 * If 'autoneg' is zero or the link is not being auto-negotiated,
  /external/ppp/pppd/
fsm.h 168 extern int peer_mru[]; /* currently negotiated peer MRU (per unit) */
multilink.c 130 notice("oops, multilink negotiated only for receive");
  /external/grub/netboot/
w89c840.c 851 int negotiated = mii_reg5 & w840private.advertising; local
857 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040;
862 printf("winbond-840 : Setting %s-duplex based on MII # %d negotiated capability %X\n",
863 duplex ? "full" : "half", w840private.phys[0], negotiated);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.h 20 * key size of the negotiated PRF.
  /external/kernel-headers/original/linux/
ethtool.h 220 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
222 * pause parameters be auto-negotiated too. In such a case, the
226 * If 'autoneg' is zero or the link is not being auto-negotiated,
tcp.h 191 __u16 mss_clamp; /* Maximal mss, negotiated at connection setup */
  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c 277 return arrayContainsExtension(xtnData->negotiated,
851 /* Keep track of negotiated extensions. */
852 ss->xtnData.negotiated[ss->xtnData.numNegotiated++] = ex_type;
870 /* Keep track of negotiated extensions. */
871 ss->xtnData.negotiated[ss->xtnData.numNegotiated++] = ex_type;
    [all...]
sslimpl.h 734 /* Keep track of the extensions that are negotiated. */
738 PRUint16 negotiated[MAX_EXTENSIONS]; member in struct:TLSExtensionDataStr
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateSSLv3.java 34 * parameters negotiated during the handshake.
ConnectionStateTLS.java 34 * parameters negotiated during the handshake.
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 364 // been negotiated. We follow suite -- anyways, it doesn't hurt
626 // 60 : negotiated flags
  /external/ipsec-tools/src/racoon/
racoon.conf.5 206 Specifies a file to which SA information negotiated by
953 before allowing a matching SA to be negotiated.
988 does not have a list of security protocols to be negotiated.
    [all...]
handler.h 207 int ph2cnt; /* the number which is negotiated by this phase 1 */
  /external/ppp/pppd/plugins/
winbind.c 550 /* generate MD based on negotiated type */
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 405 // The current drag operation as negotiated by the source and destination.
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client.c 586 * Returns: Size of the key_block for the negotiated cipher suite or -1 on
tlsv1_server.c 527 * Returns: Size of the key_block for the negotiated cipher suite or -1 on
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 358 # negotiated documents. The MultiViews Option can be used for the
698 # For type maps (negotiated resources):

Completed in 761 milliseconds

1 2 3