Home
last modified time | relevance | path

Searched refs:hostnames (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/permissions/
Dsocket_permission.cc76 std::set<base::string16> hostnames; in AddSpecificHostMessage() local
80 hostnames.insert(UTF8ToUTF16(i->entry().pattern().host)); in AddSpecificHostMessage()
82 if (!hostnames.empty()) { in AddSpecificHostMessage()
83 int id = (hostnames.size() == 1) ? in AddSpecificHostMessage()
92 hostnames.begin(), hostnames.end()), ' ')))); in AddSpecificHostMessage()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DKnownHosts.java99 …public void addHostkey(String hostnames[], String serverHostKeyAlgorithm, byte[] serverHostKey) th… in addHostkey() argument
101 if (hostnames == null) in addHostkey()
112 publicKeys.add(new KnownHostsEntry(hostnames, rpk)); in addHostkey()
121 publicKeys.add(new KnownHostsEntry(hostnames, dpk)); in addHostkey()
442 String[] hostnames = arr[0].split(","); in initialize() local
448 addHostkey(hostnames, arr[1], msg); in initialize()
747 …public static void addHostkeyToFile(File knownHosts, String[] hostnames, String serverHostKeyAlgor… in addHostkeyToFile() argument
750 if ((hostnames == null) || (hostnames.length == 0)) in addHostkeyToFile()
762 for (int i = 0; i < hostnames.length; i++) in addHostkeyToFile()
768 writer.write(hostnames[i]); in addHostkeyToFile()
/external/chromium_org/chrome/common/extensions/api/sockets/
Dsockets_manifest_permission.cc345 std::set<base::string16> hostnames; in AddSpecificHostMessage() local
349 hostnames.insert(UTF8ToUTF16(it->pattern().host)); in AddSpecificHostMessage()
351 if (!hostnames.empty()) { in AddSpecificHostMessage()
352 int id = (hostnames.size() == 1) ? in AddSpecificHostMessage()
361 hostnames.begin(), hostnames.end()), ' ')))); in AddSpecificHostMessage()
/external/chromium/chrome/browser/net/
Dpredictor_api.h49 void DnsPrefetchList(const NameList& hostnames);
Dpredictor_api.cc161 void DnsPrefetchList(const NameList& hostnames) { in DnsPrefetchList() argument
165 for (NameList::const_iterator it = hostnames.begin(); in DnsPrefetchList()
166 it < hostnames.end(); in DnsPrefetchList()
/external/chromium/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc94 const std::vector<std::string>& hostnames) { in OnDnsPrefetch() argument
95 chrome_browser_net::DnsPrefetchList(hostnames); in OnDnsPrefetch()
Dchrome_render_message_filter.h45 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
/external/dnsmasq/contrib/port-forward/
Dportforward2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.h86 void OnDnsPrefetch(const std::vector<std::string>& hostnames);
Dchrome_render_message_filter.cc189 const std::vector<std::string>& hostnames) { in OnDnsPrefetch() argument
191 predictor_->DnsPrefetchList(hostnames); in OnDnsPrefetch()
/external/chromium_org/chrome/browser/net/
Dpredictor.h210 void DnsPrefetchList(const NameList& hostnames);
Dpredictor.cc842 void Predictor::DnsPrefetchList(const NameList& hostnames) { in DnsPrefetchList() argument
846 for (NameList::const_iterator it = hostnames.begin(); in DnsPrefetchList()
847 it < hostnames.end(); in DnsPrefetchList()
/external/openssh/
Dssh-keyscan.034 -H Hash all hostnames and addresses in the output. Hashed names may
Dsshd.0337 hostnames or addresses, a from stanza may match IP addresses
371 pattern matching is performed on the specified hostnames, they
408 (optional), hostnames, bits, exponent, modulus, comment. The fields are
426 Alternately, hostnames may be stored in a hashed form which hides host
428 hostnames start with a `|' character. Only one hashed hostname may
DPROTOCOL.certkeys146 certificate is valid; hostnames for SSH_CERT_TYPE_HOST certificates and
Dssh-keygen.0134 -H Hash a known_hosts file. This replaces all hostnames and
139 disclosed. This option will not modify existing hashed hostnames
/external/dnsmasq/
DCHANGELOG.archive137 written by ISC dhcpd. The hostnames in the leases file are
550 release 1.17 Fixed crash with DHCP hostnames > 40 characters.
573 For hostnames without a domain part which don't get
875 network. This also works with client-id and hostnames.
999 hostnames. This avoids the potential lease-loss problems
2307 Continue to use unqualified hostnames provided by DHCP
2318 Escape spaces in hostnames when they are stored in the
/external/ganymed-ssh2/
DHISTORY.txt141 not good in case of hashed hostnames (it leads to a different BASE64 encoding and therefore
/external/chromium_org/net/data/proxy_resolver_perftest/
Dno-ads.pac634 // RE for common adserver hostnames.
635 // The regexp matches all hostnames starting with "ad" that are not
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac634 // RE for common adserver hostnames.
635 // The regexp matches all hostnames starting with "ad" that are not
/external/dnsmasq/po/
Dfi.po417 msgid "Ignore hostnames provided by DHCP clients."
Dpt_BR.po417 msgid "Ignore hostnames provided by DHCP clients."
Dit.po417 msgid "Ignore hostnames provided by DHCP clients."
Dde.po453 msgid "Ignore hostnames provided by DHCP clients."
/external/tcpdump/
DCHANGES631 - Print out hostnames if possible in egp printer. Thanks to Jeffrey

12