/external/libppp/src/ |
D | hdlc.c | 177 } 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()
|
D | README.nat | 71 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/ |
D | Libcore.java | 160 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/ |
D | demand.c | 109 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/ |
D | mtpd.c | 43 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/ |
D | protocols.m | 4 @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/ |
D | bluetooth.te | 3 # 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/ |
D | SSLSocketFunctionalTest.java | 141 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/ |
D | rt_protos | 2 # Reserved protocols.
|
/external/chromium/chrome/common/extensions/docs/build/ |
D | directory.py | 526 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/ |
D | CodeGeneratorObjC.pm | 391 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/ |
D | libipt_realm.man | 2 setups involving dynamic routing protocols like BGP.
|
D | libip6t_ipv6header.man | 36 /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/ |
D | SSLServerSocketTest.java | 124 public void setEnabledProtocols(String[] protocols) { in setEnabledProtocols() argument
|
D | SSLSocketTest.java | 155 public void setEnabledProtocols(String[] protocols) { in setEnabledProtocols() argument
|
/external/protobuf/ |
D | README.android | 11 of its internal RPC protocols and file formats.
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface1.m | 77 // Forward-declared protocols
|
D | interface2.m | 76 // Forward-declared protocols
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
D | update_html_tags_from_sources.sh | 36 … '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 35 @protocol P; // forward declarations of protocols in @implementations is allowed
|
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
D | MySSLContextSpi.java | 151 public void setEnabledProtocols(String[] protocols) { } in setEnabledProtocols() argument
|
/external/chromium/third_party/libjingle/source/ |
D | CHANGELOG | 24 - Implemented Jingle protocols XEP-166 and XEP-167.
|
/external/libmtp/ |
D | AUTHORS | 8 implementing the OASiS and PDE protocols.
|
/external/libpcap/ |
D | TODO | 23 + 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/ |
D | MySSLContextSpi.java | 159 public void setEnabledProtocols(String[] protocols) { } in setEnabledProtocols() argument
|