HomeSort by relevance Sort by last modified time
    Searched refs:protocolmask (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
derive.c 588 /* XXX Add SSL_CBP_TLS1_1 and test it in protocolmask when setting isTLS. */
592 PRUint32 protocolmask, PRUint16 *ciphersuites, int nsuites,
676 protocolmask &= SSL_CBP_SSL3|SSL_CBP_TLS1_0;
677 while (protocolmask) {
678 if (protocolmask & SSL_CBP_SSL3) {
680 protocolmask ^= SSL_CBP_SSL3;
683 protocolmask ^= SSL_CBP_TLS1_0;
ssl.h     [all...]
  /external/iproute2/ip/
iproute.c 101 int protocol, protocolmask; member in struct:__anon27008
161 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
391 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1)
1150 filter.protocolmask = -1;
1155 filter.protocolmask = 0;
    [all...]

Completed in 169 milliseconds