OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host2
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/radius/
config.c
458
char *
host2
;
local
517
host2
= strtok (NULL, " ");
518
if (find_match (ip_addr,
host2
) == 0)
/dalvik/libcore/luni/src/main/java/java/net/
URLStreamHandler.java
405
String host1 = getHost(url1),
host2
= getHost(url2);
local
406
if (host1 != null && host1.equalsIgnoreCase(
host2
)) {
/external/dropbear/
scp.c
1147
" [[user@]host1:]file1 [...] [[user@]
host2
:]file2\n");
Completed in 262 milliseconds