MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / isAny

Method isAny

src/net/Address.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool Address::isAny() const {
92 return addr[0].s_addr == htonl(INADDR_ANY);
93}
94
95bool Address::isPrivate() const {
96 // 127.0.0.0/8

Callers 1

joinInternetGameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected