MCPcopy 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
830in_addr NetHandler::getIPAddress() {
831 return uaddr.sin_addr;
832}
833
834
835const char* NetHandler::getHostname() {

Callers 8

addMeMethod · 0.80
checkMethod · 0.80
operator()Method · 0.80
addPlayerFunction · 0.80
playerAliveFunction · 0.80
rescanForBansFunction · 0.80
processConnectedPeerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected