Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ NET_IsLocalAddress
Function
NET_IsLocalAddress
code/qcommon/net_chan.cpp:426–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
425
426
qboolean NET_IsLocalAddress( netadr_t adr ) {
427
return (qboolean)(adr.type == NA_LOOPBACK);
428
}
429
430
431
Callers
1
SV_DirectConnect
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected