Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ getGatewayAddress
Method
getGatewayAddress
cSploit/src/org/csploit/android/net/Network.java:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
public
InetAddress getGatewayAddress(){
239
return
mGateway.toInetAddress();
240
}
241
242
public
byte[] getGatewayHardware(){
243
return
Endpoint.parseMacAddress(mWifiInfo.getBSSID());
Callers
2
getDescription
Method · 0.45
isRouter
Method · 0.45
Calls
1
toInetAddress
Method · 0.80
Tested by
no test coverage detected