Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 85) sorted by relevance

1234

/external/ppp/pppd/
Ddemand.c109 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_conf()
125 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_block()
142 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_discard()
168 for (i = 0; (protp = protocols[i]) != NULL; ++i) in demand_unblock()
351 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
Doptions.c609 for (i = 0; protocols[i] != NULL; ++i)
610 if ((opt = protocols[i]->options) != NULL)
1004 for (i = 0; protocols[i] != NULL; ++i)
1005 print_option_list(protocols[i]->options, printer, arg);
Dmain.c281 struct protent *protocols[] = { variable
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1069 for (i = 0; (protp = protocols[i]) != NULL; ++i) { in get_input()
/external/mtpd/
Dmtpd.c43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; variable
63 for (i = 0; protocols[i]; ++i) { in initialize()
64 struct protocol *p = protocols[i]; in initialize()
74 for (i = 0; protocols[i]; ++i) { in initialize()
75 struct protocol *p = protocols[i]; in initialize()
/external/clang/test/SemaObjC/
Dprotocols.m4 @required // expected-error {{directive may only be specified in protocols only}}
8 @optional // expected-error {{directive may only be specified in protocols only}}
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFunctionalTest.java141 String[] protocols = {"SSLv3", "TLSv1"}; in doTestSelfInteraction() local
150 ssocket.setEnabledProtocols(new String[] {protocols[j]}); in doTestSelfInteraction()
157 csocket.setEnabledProtocols(new String[] {protocols[j]}); in doTestSelfInteraction()
/external/iproute2/etc/iproute2/
Drt_protos2 # Reserved protocols.
/external/chromium/chrome/common/extensions/docs/build/
Ddirectory.py526 protocols = []
530 if (len(split) == 2) and (split[0] not in protocols):
531 protocols.append(split[0] + "://")
532 return protocols
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorObjC.pm391 my @protocols = ();
394 push(@protocols, "NSObject");
395 push(@protocols, "NSCopying") if $dataNode->name eq "EventTarget";
403 push(@protocols, "DOM" . $parentName);
406 push(@protocols, "DOM" . $parentName);
417 push(@protocols, "DOM" . $firstParent);
429 push(@protocols, "DOM" . $parentName);
433 return ($parent, @protocols);
/external/iptables/extensions/
Dlibipt_realm.man2 setups involving dynamic routing protocols like BGP.
Dlibip6t_ipv6header.man36 /etc/protocols and numeric value also allowed. The number 255 is equivalent to
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLServerSocketTest.java124 public void setEnabledProtocols(String[] protocols) { in setEnabledProtocols() argument
DSSLSocketTest.java155 public void setEnabledProtocols(String[] protocols) { in setEnabledProtocols() argument
DSSLEngineTest.java459 public void setEnabledProtocols(String[] protocols) { in setEnabledProtocols() argument
460 enabledProtocols = protocols; in setEnabledProtocols()
/external/protobuf/
DREADME.android11 of its internal RPC protocols and file formats.
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m76 // Forward-declared protocols
Dinterface1.m77 // Forward-declared protocols
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
Dupdate_html_tags_from_sources.sh36 … '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java151 public void setEnabledProtocols(String[] protocols) { } in setEnabledProtocols() argument
/external/chromium/third_party/libjingle/source/
DCHANGELOG24 - Implemented Jingle protocols XEP-166 and XEP-167.
/external/libpcap/
DTODO23 + pcap_lookupnet makes little to no sense with protocols != IPv4
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java981 String[] protocols = new String[st.countTokens()]; in SipStackImpl() local
985 protocols[i++] = st.nextToken(); in SipStackImpl()
987 this.enabledProtocols = protocols; in SipStackImpl()
/external/chromium/chrome/browser/
Dshell_integration_mac.mm43 // protocols; we don't want to report "no" here if the user has simply chosen
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java159 public void setEnabledProtocols(String[] protocols) { } in setEnabledProtocols() argument
/external/openssl/patches/
Dnpn.patch67 + BIO_printf(bio_err," -nextprotoneg arg - enable NPN extension, considering named protocols suppor…
197 + BIO_printf(bio_err," -nextprotoneg arg - set the advertised protocols for the NPN extension (comm…
326 + * advertised protocols can be provided. */
792 + * advertised protocols can be provided. */
996 + * protocols, then this is treated the same as case 2.
1028 + /* There's no overlap between our protocols and the server's list. */
1043 + * from this function need not be a member of the list of supported protocols
1057 + * TLS server needs a list of supported protocols for Next Protocol
1075 + * advertised protocols are provided in |in| and |inlen|. The callback can

1234