Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ getIPAddress
Method
getIPAddress
src/game/NetHandler.cpp:830–832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
829
830
in_addr NetHandler::getIPAddress() {
831
return uaddr.sin_addr;
832
}
833
834
835
const char* NetHandler::getHostname() {
Callers
8
addMe
Method · 0.80
check
Method · 0.80
operator()
Method · 0.80
addPlayer
Function · 0.80
playerAlive
Function · 0.80
rescanForBans
Function · 0.80
processConnectedPeer
Function · 0.80
bz_getNonPlayerConnectionIP
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected