Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ getLocalAddress
Method
getLocalAddress
cSploit/src/org/csploit/android/net/Network.java:261–263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
259
}
260
261
public
InetAddress getLocalAddress(){
262
return
mLocal.toInetAddress();
263
}
264
265
public
NetworkInterface getInterface(){
266
return
mInterface;
Callers
8
Network
Method · 0.95
getProxy
Method · 0.80
getHttpsRedirector
Method · 0.80
getServer
Method · 0.80
reset
Method · 0.80
getDescription
Method · 0.80
getDrawableResourceId
Method · 0.80
retrieveOptions
Method · 0.80
Calls
1
toInetAddress
Method · 0.80
Tested by
no test coverage detected