OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protocolmask
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/third_party/nss/ssl/
derive.c
588
PRUint32
protocolmask
, PRUint16 *ciphersuites, int nsuites,
660
protocolmask
&= SSL_CBP_SSL3|SSL_CBP_TLS1_0;
661
while (
protocolmask
) {
662
if (
protocolmask
& SSL_CBP_SSL3) {
664
protocolmask
^= SSL_CBP_SSL3;
667
protocolmask
^= SSL_CBP_TLS1_0;
ssl.h
511
** required by the
protocolmask
argument. If the KEA will use keys from the
535
PRUint32
protocolmask
,
/external/iproute2/ip/
iproute.c
93
int protocol,
protocolmask
;
member in struct:__anon4465
189
if ((filter.protocol^r->rtm_protocol)&filter.
protocolmask
)
362
if (r->rtm_protocol != RTPROT_BOOT && filter.
protocolmask
!= -1)
1086
filter.
protocolmask
= -1;
1091
filter.
protocolmask
= 0;
[
all
...]
Completed in 432 milliseconds