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

Method GetLocalPort

sourcecommon/udp.cpp:544–547  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

542}
543//---------------------------------------------------------------------------
544WORD TUDP::GetLocalPort(void)
545{
546 return htons(localAddr.sin_port);
547}
548//---------------------------------------------------------------------------
549AnsiString TUDP::GetLocalAddrPort(void)
550{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected