MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetRemotePort

Method GetRemotePort

sourcecommon/tcpserv.cpp:151–154  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

149}
150//---------------------------------------------------------------------------
151WORD MSocket::GetRemotePort(void)
152{
153 return htons(destAddr.sin_port);
154}
155//---------------------------------------------------------------------------
156AnsiString MSocket::GetRemoteAddrPort(void)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected