MCPcopy Create free account
hub / github.com/assaultcube/AC / iptoa

Function iptoa

source/src/tools.cpp:517–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517const char *iptoa(const enet_uint32 ip, char *b)
518{
519 formatstring(b)("%d.%d.%d.%d", (ip >> 24) & 255, (ip >> 16) & 255, (ip >> 8) & 255, ip & 255);
520 return b;
521}
522
523const char *iprtoa(const struct iprange &ipr, char *b)
524{

Callers 8

iprtoaFunction · 0.85
formatdemofilenameFunction · 0.85
loopvjFunction · 0.85
parsemessagesFunction · 0.85
processFunction · 0.85
playerinfoFunction · 0.85
whoisFunction · 0.85
pingpckserverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected