Home
last modified time | relevance | path

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

12345

/external/libppp/src/
Dhdlc.c177 } protocols[] = { variable
285 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
293 if (proto >= protocols[f].from && proto <= protocols[f].to) in hdlc_Protocol2Nam()
294 return protocols[f].name; in hdlc_Protocol2Nam()
295 else if (proto < protocols[f].from) in hdlc_Protocol2Nam()
DREADME.nat71 A second disadvantage is that "IP encoding" protocols, which send IP
75 protocols. This frees users from depending on using the ftp passive
79 The implementation supports all standard, non-encoding TCP and UDP protocols.
80 Examples of these protocols are http, gopher and telnet. The standard UDP
157 the number of NAT links open for different protocols.
166 This will allow rsh, RPC and other specialised protocols to work
253 occasional IP-encoding protocols always need workarounds (hacks).
254 Users who are interested in supporting new IP-encoding protocols
/external/okhttp/src/main/java/libcore/util/
DLibcore.java160 provider.protocols = strings; in setNpnProtocols()
170 List<String> protocols; field in Libcore.JettyNpnProvider
177 @Override public List<String> protocols() { in protocols() method in Libcore.JettyNpnProvider
178 return protocols; in protocols()
188 System.out.println("CLIENT PROTOCOLS: " + protocols + " SERVER PROTOCOLS: " + strings); in selectProtocol()
189 String selected = protocols.get(0); in selectProtocol()
/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) {
/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/sepolicy/
Dbluetooth.te3 # bluetooth sockets, nor does it distinguish among the bluetooth protocols.
/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
/external/protobuf/
DREADME.android11 of its internal RPC protocols and file formats.
/external/clang/test/ASTMerge/Inputs/
Dinterface1.m77 // Forward-declared protocols
Dinterface2.m76 // 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/clang/test/Parser/
Dmissing-end-4.m35 @protocol P; // forward declarations of protocols in @implementations is allowed
/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/libmtp/
DAUTHORS8 implementing the OASiS and PDE protocols.
/external/libpcap/
DTODO23 + pcap_lookupnet makes little to no sense with protocols != IPv4
/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

12345