MCPcopy Create free account
hub / github.com/amule-project/amule / GetServerIP

Method GetServerIP

src/ServerSocket.cpp:730–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728
729}
730uint32 CServerSocket::GetServerIP() const
731{
732 return cur_server ? cur_server->GetIP() : 0;
733}
734// File_checked_for_headers

Callers 11

FindMatchingClientMethod · 0.45
CEC_UpDownClient_TagMethod · 0.45
CompareMethod · 0.45
CreateSrcInfoPacketMethod · 0.45
AwaitingTestFromIPMethod · 0.45
IsDeadSourceMethod · 0.45
AddDeadSourceMethod · 0.45
AddClientToQueueMethod · 0.45
OnInitDialogMethod · 0.45
ProcessMethod · 0.45
CreateSrcInfoPacketMethod · 0.45

Calls 1

GetIPMethod · 0.45

Tested by 1

CEC_UpDownClient_TagMethod · 0.36