OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hostname
(Results
276 - 300
of
1501
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jmdns/src/javax/jmdns/
JmDNS.java
50
* Check that your platform correctly handle the default localhost IP address and the local
hostname
. In doubt use the explicit constructor.<br/>
69
* Check that your platform correctly handle the default localhost IP address and the local
hostname
. In doubt use the explicit constructor.<br/>
90
* Check that your platform correctly handle the default localhost IP address and the local
hostname
. In doubt use the explicit constructor.<br/>
116
* If <code>name</code> parameter is null will use the
hostname
. The
hostname
is determined by the following algorithm:
118
* <li>Get the
hostname
from the InetAdress obtained before.</li>
119
* <li>If the
hostname
is a reverse lookup default to <code>JmDNS name</code> or <code>computer</code> if null.</li>
148
* Return the
HostName
associated with this JmDNS instance. Note: May not be the same as what started. The host name is subject to negotiation.
/external/mesa3d/src/gallium/auxiliary/util/
u_network.c
110
u_socket_connect(const char *
hostname
, uint16_t port)
118
host = gethostbyname(
hostname
);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverHttp20Draft09Test.java
49
assertContains(request.getHeaders(), hostHeader + ": " +
hostName
+ ":" + server.getPort());
71
assertContains(request.getHeaders(), hostHeader + ": " +
hostName
+ ":" + server.getPort());
/external/ppp/pppd/plugins/radius/etc/
radiusclient.conf
34
# RADIUS listens separated by a colon from the
hostname
. if
83
# by resolving the system
hostname
.
radiusclient.conf.in
34
# RADIUS listens separated by a colon from the
hostname
. if
83
# by resolving the system
hostname
.
/external/smack/src/org/jivesoftware/smack/sasl/
SASLGSSAPIMechanism.java
57
* @param host the
hostname
where the user account resides.
76
* @param host the
hostname
where the user account resides.
/bionic/libc/dns/resolv/
res_data.c
312
local_hostname_length(const char *
hostname
) {
317
len_host = strlen(
hostname
);
320
!strcasecmp(
hostname
+ len_host - len_domain, _nres.defdname) &&
321
hostname
[len_host - len_domain - 1] == '.')
/bionic/libc/kernel/uapi/linux/
nfs4_mount.h
44
struct nfs_string
hostname
;
member in struct:nfs4_mount_data
/development/ndk/platforms/android-L/include/linux/
nfs4_mount.h
44
struct nfs_string
hostname
;
member in struct:nfs4_mount_data
/external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos.h
37
const std::string&
hostname
,
/external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.h
51
const std::string&
hostname
,
/external/chromium_org/chrome/browser/extensions/api/dns/
mock_host_resolver_creator.cc
45
mock_host_resolver_->rules()->AddSimulatedFailure("this.
hostname
.is.bogus");
/external/chromium_org/chrome/browser/net/
referrer.h
32
// For each
hostname
in a Referrer, we have a ReferrerValue. It indicates
93
// There is one Referrer instance for each
hostname
that has acted as an HTTP
94
// referer (note mispelling is intentional) for a
hostname
that was otherwise
95
// unexpectedly navgated towards ("unexpected" in the sense that the
hostname
/external/chromium_org/chrome/browser/resources/net_internals/
dns_view.html
43
<th>
Hostname
</th>
/external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.h
25
// NetworkHandler interface. ('
hostname
' only returns 'localhost' on cros).
/external/chromium_org/content/renderer/p2p/
host_address_request.cc
62
new P2PHostMsg_GetHostAddress(host_name.
hostname
(), request_id_));
host_address_request.h
25
// P2PAsyncAddressResolver performs DNS
hostname
resolution. It's used
/external/chromium_org/extensions/strings/
extensions_strings_am.xtb
13
<translation id="8597109877291678953"><ph name="
HOSTNAME
"/> ???? ?????? ?? ??? ?????</translation>
extensions_strings_ar.xtb
13
<translation id="8597109877291678953">????? ???????? ?? ???? ????????? ???? ???? ????? <ph name="
HOSTNAME
"/></translation>
extensions_strings_bg.xtb
13
<translation id="8597109877291678953">????? ?? ????? ? ????????? ? ??? <ph name="
HOSTNAME
"/></translation>
extensions_strings_bn.xtb
13
<translation id="8597109877291678953"><ph name="
HOSTNAME
"/> ????? ?????? ??????????? ???? ???? ?????? ????</translation>
extensions_strings_el.xtb
13
<translation id="8597109877291678953">????????? ????????? ?? ??? ?????????? ?? ?? ????? <ph name="
HOSTNAME
"/></translation>
extensions_strings_fa.xtb
13
<translation id="8597109877291678953">????? ??????? ?? ????????? ?? ??? <ph name="
HOSTNAME
"/></translation>
extensions_strings_gu.xtb
13
<translation id="8597109877291678953"><ph name="
HOSTNAME
"/> ????? ????????? ???? ???? ?????? ???</translation>
extensions_strings_hi.xtb
13
<translation id="8597109877291678953"><ph name="
HOSTNAME
"/> ???? ???????? ?? ???? ?? ????-?????? ????</translation>
Completed in 1400 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>